TypeProf::MethodDef
# File typeprof-0.12.0/lib/typeprof/method.rb, line 157 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.12.0/lib/typeprof/method.rb, line 170 def do_check_send(msig, recv, mid, ep, scratch) @mdef.do_check_send(msig, recv, mid, ep, scratch) end
# File typeprof-0.12.0/lib/typeprof/method.rb, line 166 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.0.1
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.44.2.