Class: TypeProf::CRef
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Instance Chain:
|
|
Inherits: | Object |
Defined in: | lib/typeprof/analyzer.rb |
Class Method Summary
- .new(outer, klass, singleton) ⇒ CRef constructor
Instance Attribute Summary
- #klass readonly
- #outer readonly
- #singleton readonly
Instance Method Summary
Constructor Details
.new(outer, klass, singleton) ⇒ CRef
Instance Attribute Details
#klass (readonly)
[ GitHub ]#outer (readonly)
[ GitHub ]#singleton (readonly)
[ GitHub ]Instance Method Details
#extend(klass, singleton)
[ GitHub ]#pretty_print(q)
[ GitHub ]# File 'lib/typeprof/analyzer.rb', line 20
def pretty_print(q) q.text "CRef[" q.pp @klass q.text "]" end