123456789_123456789_123456789_123456789_123456789_

Class: TypeProf::CustomMethodDef

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, MethodDef
Instance Chain:
Inherits: TypeProf::MethodDef
Defined in: lib/typeprof/method.rb

Class Method Summary

Instance Attribute Summary

MethodDef - Inherited

Instance Method Summary

Constructor Details

.new(impl, pub_meth) ⇒ CustomMethodDef

[ GitHub ]

  
# File 'lib/typeprof/method.rb', line 346

def initialize(impl, pub_meth)
  @impl = impl
  @pub_meth = pub_meth
end

Instance Method Details

#do_send(recv, mid, aargs, caller_ep, caller_env, scratch, &ctn)

[ GitHub ]

  
# File '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