Skip to content

Instantly share code, notes, and snippets.

@lamagnotti
Created October 21, 2016 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lamagnotti/ff4eb464629f1d63f5b45afa1de8abf4 to your computer and use it in GitHub Desktop.
Save lamagnotti/ff4eb464629f1d63f5b45afa1de8abf4 to your computer and use it in GitHub Desktop.
Self Ex1
class Dog
def initialize(name)
@name = name
end
end
puppy = Dog.new('AirBud')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment