Skip to content

Instantly share code, notes, and snippets.

@thbishop
Created April 30, 2013 21:22
Show Gist options
  • Save thbishop/5492071 to your computer and use it in GitHub Desktop.
Save thbishop/5492071 to your computer and use it in GitHub Desktop.
o = Object.new
o.define_singleton_method 'node' do
{ 'a' => 1 }
end
o.node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment