123456789_123456789_123456789_123456789_123456789_

Class: TypeProf::TypedAttrMethodDef

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: TypeProf::AttrMethodDef
Defined in: lib/typeprof/method.rb

Class Method Summary

Instance Attribute Summary

AttrMethodDef - Inherited

MethodDef - Inherited

Instance Method Summary

AttrMethodDef - Inherited

Constructor Details

.new(ivar, kind, pub_meth, rbs_source) ⇒ TypedAttrMethodDef

[ GitHub ]

  
# File 'lib/typeprof/method.rb', line 232

def initialize(ivar, kind, pub_meth, rbs_source)
  @rbs_source = rbs_source

  super(ivar, kind, pub_meth)
end

Instance Attribute Details

#rbs_source (readonly)

[ GitHub ]

  
# File 'lib/typeprof/method.rb', line 238

attr_reader :rbs_source