class TypeProf::CustomMethodDef
Public Class Methods
new(impl, pub_meth)
click to toggle source
# File typeprof-0.21.9/lib/typeprof/method.rb, line 346 def initialize(impl, pub_meth) @impl = impl @pub_meth = pub_meth end
Public Instance Methods
do_send(recv, mid, aargs, caller_ep, caller_env, scratch, &ctn)
click to toggle source
# File typeprof-0.21.9/lib/typeprof/method.rb, line 351 def do_send(recv, mid, aargs, caller_ep, caller_env, scratch, &ctn) @impl[recv, mid, aargs, caller_ep, caller_env, scratch, &ctn] end