Skip to content

Instantly share code, notes, and snippets.

@mehdi-farsi
Last active August 19, 2018 14:31
Show Gist options
  • Save mehdi-farsi/188cf1299cf66a839bdb741328c68a60 to your computer and use it in GitHub Desktop.
Save mehdi-farsi/188cf1299cf66a839bdb741328c68a60 to your computer and use it in GitHub Desktop.
Address = Struct.new(:street, :city, :zip)
home = Address.new('Broadway', 'NYC', 10040)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment