Skip to content

Instantly share code, notes, and snippets.

@overture8
Created June 22, 2010 09:15
Show Gist options
  • Save overture8/448220 to your computer and use it in GitHub Desktop.
Save overture8/448220 to your computer and use it in GitHub Desktop.
irb(main):004:0> b = Book.new
irb(main):004:0> b.read
=> "reading book..."
irb(main):004:0> b.go_to_page(101)
=> "Going to page 101"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment