class TypeProf::Type::ISeq
This is an internal object in MRI, so a user program cannot create this object explicitly
Attributes
              iseq[R]
            
            Public Class Methods
                              new(iseq)
                              click to toggle source
                            
                            # File typeprof-0.15.2/lib/typeprof/type.rb, line 612 def initialize(iseq) @iseq = iseq end
Public Instance Methods
                              inspect()
                              click to toggle source
                            
                            # File typeprof-0.15.2/lib/typeprof/type.rb, line 618 def inspect "Type::ISeq[#{ @iseq }]" end
                              screen_name(_scratch)
                              click to toggle source
                            
                            # File typeprof-0.15.2/lib/typeprof/type.rb, line 622 def screen_name(_scratch) raise NotImplementedError end