Skip to content

Instantly share code, notes, and snippets.

@thatandyrose
Last active December 20, 2015 11:59
Show Gist options
  • Save thatandyrose/6127912 to your computer and use it in GitHub Desktop.
Save thatandyrose/6127912 to your computer and use it in GitHub Desktop.
nicer syntax for creating new lovely OpenStructures (http://www.ruby-doc.org/stdlib-2.0/libdoc/ostruct/rdoc/OpenStruct.html)
class Hash
def structify
return OpenStruct.new(self)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment