In Files

  • typeprof-0.12.0/lib/typeprof/method.rb

Class/Module Index [+]

Quicksearch

TypeProf::CustomMethodDef

Public Class Methods

new(impl, pub_meth) click to toggle source
 
               # File typeprof-0.12.0/lib/typeprof/method.rb, line 310
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.12.0/lib/typeprof/method.rb, line 315
def do_send(recv, mid, aargs, caller_ep, caller_env, scratch, &ctn)
  @impl[recv, mid, aargs, caller_ep, caller_env, scratch, &ctn]
end