class TypeProf::TypedAttrMethodDef

Attributes

rbs_source[R]

Public Class Methods

new(ivar, kind, pub_meth, rbs_source) click to toggle source
Calls superclass method TypeProf::AttrMethodDef::new
# File typeprof-0.21.7/lib/typeprof/method.rb, line 232
def initialize(ivar, kind, pub_meth, rbs_source)
  @rbs_source = rbs_source

  super(ivar, kind, pub_meth)
end