Skip to content

Instantly share code, notes, and snippets.

@maxdignan
Created March 4, 2018 01:21
Show Gist options
  • Save maxdignan/629a767c1b83c5cdd437c05fb1f9855a to your computer and use it in GitHub Desktop.
Save maxdignan/629a767c1b83c5cdd437c05fb1f9855a to your computer and use it in GitHub Desktop.
require 'ostruct' #needed, but available in Ruby.
os = OpenStruct.new
os.method_name = "here's your value you want"
os.method_name #-> "here's your value you want"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment