Skip to content

Instantly share code, notes, and snippets.

@mehdi-farsi
Last active August 19, 2018 14:31
Show Gist options
  • Save mehdi-farsi/4c025805ca9849d19ec878dd1ffb3470 to your computer and use it in GitHub Desktop.
Save mehdi-farsi/4c025805ca9849d19ec878dd1ffb3470 to your computer and use it in GitHub Desktop.
home # => #<struct Address street="Broadway", city="NYC", zip=10040>
home.street = 'Opéra'
home[:city] = 'Paris'
home['zip'] = 75009
home # => #<struct Address street="Opéra", city="Paris", zip=75009>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment