Skip to content

Instantly share code, notes, and snippets.

@kares
Created October 2, 2019 16:40
Show Gist options
  • Save kares/2e7fcffdc1f964f722977ee99e36270b to your computer and use it in GitHub Desktop.
Save kares/2e7fcffdc1f964f722977ee99e36270b to your computer and use it in GitHub Desktop.
represents an ActiveRecord compiled (generated) attribute accessor method
# locking on monitor class: org.jruby.util.OneShotClassLoader
gems.activerecord_minus_4_dot_2_dot_11_dot_1.lib.active_record.attribute_methods.RUBY$method$__temp__9646$0(ThreadContext, StaticScope, IRubyObject, Block, RubyModule, String)
java.lang.invoke.LambdaForm$DMH.925803196.invokeStatic_L6_L(Object, Object, Object, Object, Object, Object, Object)
java.lang.invoke.LambdaForm$MH.1009111009.invokeExact_MT(Object, Object, Object, Object, Object, Object, Object, Object)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(ThreadContext, IRubyObject, RubyModule, String, Block)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(ThreadContext, IRubyObject, RubyModule, String, Block)
org.jruby.internal.runtime.methods.DynamicMethod.call(ThreadContext, IRubyObject, RubyModule, String)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(IRubyObject, RubyClass, ThreadContext, IRubyObject)
org.jruby.runtime.callsite.CachingCallSite.call(ThreadContext, IRubyObject, IRubyObject)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment