Skip to content

Instantly share code, notes, and snippets.

@momolog
Created May 17, 2017 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save momolog/7cbcc7021d26c42361fc33b75aa5b126 to your computer and use it in GitHub Desktop.
Save momolog/7cbcc7021d26c42361fc33b75aa5b126 to your computer and use it in GitHub Desktop.
2.2.2 :010 > s = Struct.new(:member)
=> #<Class:0x007fc96203f2e0>
2.2.2 :011 > my_struct = s['value']
=> #<struct member="value">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment