Class: TypeProf::Type::ISeq
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
           ::TypeProf::Type | |
| Instance Chain: | |
| Inherits: | TypeProf::Type 
 | 
| Defined in: | lib/typeprof/type.rb | 
Overview
This is an internal object in MRI, so a user program cannot create this object explicitly
Constant Summary
::TypeProf::Type - Inherited
  
Class Method Summary
- .new(iseq) ⇒ ISeq constructor
::TypeProf::Type - Inherited
Instance Attribute Summary
- #iseq readonly
Instance Method Summary
::TypeProf::Type - Inherited
Constructor Details
    .new(iseq)  ⇒ ISeq 
  
Instance Attribute Details
#iseq (readonly)
[ GitHub ]# File 'lib/typeprof/type.rb', line 613
attr_reader :iseq
Instance Method Details
#inspect
[ GitHub ]# File 'lib/typeprof/type.rb', line 615
def inspect "Type::ISeq[#{ @iseq }]" end
#screen_name(_scratch)
# File 'lib/typeprof/type.rb', line 619
def screen_name(_scratch) raise NotImplementedError end