Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sevenseacat/93b271c22cc6eb12e9989a1f26da1da9 to your computer and use it in GitHub Desktop.
Save sevenseacat/93b271c22cc6eb12e9989a1f26da1da9 to your computer and use it in GitHub Desktop.
irb(main):004:0* o = OpenStruct.new(foo: "bar")
=> #<OpenStruct foo="bar">
irb(main):005:0> o.method(:to_json).source_location
=> ["/Users/becky/.gem/ruby/2.3.0/gems/activesupport-4.2.6/lib/active_support/core_ext/object/json.rb", 31]
irb(main):006:0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment