Created
October 25, 2013 04:32
-
-
Save ToreySound/7149471 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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