class TypeProf::ExecutedAttrMethodDef

Attributes

def_ep[R]

Public Class Methods

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