TypeProf::MethodDef
# File typeprof-0.21.2/lib/typeprof/method.rb, line 162 def initialize(orig_mid, mdef, def_ep) @orig_mid = orig_mid @mdef = mdef @pub_meth = mdef.pub_meth @def_ep = def_ep end
# File typeprof-0.21.2/lib/typeprof/method.rb, line 175 def do_check_send(msig, recv, mid, ep, scratch) @mdef.do_check_send(msig, recv, mid, ep, scratch) end
# File typeprof-0.21.2/lib/typeprof/method.rb, line 171 def do_send(recv, _mid, aargs, caller_ep, caller_env, scratch, &ctn) @mdef.do_send(recv, @orig_mid, aargs, caller_ep, caller_env, scratch, &ctn) end
This page was generated for Ruby 3.1.2
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.42.0.