Skip to content

Instantly share code, notes, and snippets.

@radar
Forked from ToreySound/gist:7149215
Last active December 26, 2015 12:09
Show Gist options
  • Save radar/7149283 to your computer and use it in GitHub Desktop.
Save radar/7149283 to your computer and use it in GitHub Desktop.
ticket = Object.new
def ticket.venue
"Town Hall"
end
puts ticket.venue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment