Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save moonmaster9000/386681 to your computer and use it in GitHub Desktop.
Save moonmaster9000/386681 to your computer and use it in GitHub Desktop.
clarke = Author.new "Arthur C. Clarke"
odyssey = Book.new "2001: A Space Odyssey"
clarke.books << odyssey
odyssey.authors << clarke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment