Created
October 21, 2016 18:04
-
-
Save lamagnotti/ff4eb464629f1d63f5b45afa1de8abf4 to your computer and use it in GitHub Desktop.
Self Ex1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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