Skip to content

Instantly share code, notes, and snippets.

@danielmoralesp
Last active March 15, 2019 17:06
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 danielmoralesp/3753e301a3754eab61089f912d9e0427 to your computer and use it in GitHub Desktop.
Save danielmoralesp/3753e301a3754eab61089f912d9e0427 to your computer and use it in GitHub Desktop.
p1 = Person.new
puts p1.greet
...
p1 = Person.new("Jhon Doe")
puts p1.greet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment