Skip to content

Instantly share code, notes, and snippets.

@overture8
Created June 22, 2010 09:06
Show Gist options
  • Save overture8/448211 to your computer and use it in GitHub Desktop.
Save overture8/448211 to your computer and use it in GitHub Desktop.
class Book
def read
puts "reading book..."
end
def go_to_page(page_no)
puts "Going to page #{page_no}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment