In Files

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

Class/Module Index [+]

Quicksearch

TypeProf::ExecutedAttrMethodDef

Attributes

def_ep[R]

Public Class Methods

new(ivar, kind, pub_meth, def_ep) click to toggle source
 
               # File typeprof-0.21.1/lib/typeprof/method.rb, line 212
def initialize(ivar, kind, pub_meth, def_ep)
  super(ivar, kind, pub_meth)
  @def_ep = def_ep
end