Skip to content

Instantly share code, notes, and snippets.

@dayvsonlima
Created August 7, 2017 04:01
Show Gist options
  • Save dayvsonlima/d7222ce8493e2c0ac9953309e9ffd68a to your computer and use it in GitHub Desktop.
Save dayvsonlima/d7222ce8493e2c0ac9953309e9ffd68a to your computer and use it in GitHub Desktop.
class Contact
def id
...
end
def name
...
end
def phone
...
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment