Created
August 7, 2017 04:01
-
-
Save dayvsonlima/d7222ce8493e2c0ac9953309e9ffd68a to your computer and use it in GitHub Desktop.
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 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