In Files

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

Class/Module Index [+]

Quicksearch

TypeProf::CustomMethodDef

Public Class Methods

new(impl, pub_meth) click to toggle source
 
               # File typeprof-0.21.2/lib/typeprof/method.rb, line 335
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.2/lib/typeprof/method.rb, line 340
def do_send(recv, mid, aargs, caller_ep, caller_env, scratch, &ctn)
  @impl[recv, mid, aargs, caller_ep, caller_env, scratch, &ctn]
end
            
There is an updated format of the API docs for this version here.