Skip to content

Instantly share code, notes, and snippets.

@ToreySound
Created October 25, 2013 04:32
Show Gist options
  • Save ToreySound/7149471 to your computer and use it in GitHub Desktop.
Save ToreySound/7149471 to your computer and use it in GitHub Desktop.
def ticket.venue
"Town Hall"
end
def ticket.performer
"Mark Twain"
end
def ticket.event
"Author's reading"
end
def ticket.price
5.50
end
def ticket.seat
"Second Balcony, row J, seat 12"
end
def ticket.date
"01/02/03"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment