Skip to content

Instantly share code, notes, and snippets.

@ScotterC
Last active December 26, 2015 23:59
Show Gist options
  • Save ScotterC/7234355 to your computer and use it in GitHub Desktop.
Save ScotterC/7234355 to your computer and use it in GitHub Desktop.
StartupInstitude
class Me
def name
@name
end
def name=(name)
@name = name
end
def self.create_humans?
true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment