Skip to content

Instantly share code, notes, and snippets.

@xander-miller
Created March 1, 2014 14:52
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 xander-miller/9290894 to your computer and use it in GitHub Desktop.
Save xander-miller/9290894 to your computer and use it in GitHub Desktop.
Sheldon Exercise
class Book
def title_and_author(title, author)
#some stuff
end
def description
#some other stuff
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment