In Files

  • typeprof-0.12.0/lib/typeprof/type.rb

Parent

Class/Module Index [+]

Quicksearch

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.12.0/lib/typeprof/type.rb, line 563
def initialize(iseq)
  @iseq = iseq
end
            

Public Instance Methods

inspect() click to toggle source
 
               # File typeprof-0.12.0/lib/typeprof/type.rb, line 569
def inspect
  "Type::ISeq[#{ @iseq }]"
end
            
screen_name(_scratch) click to toggle source
 
               # File typeprof-0.12.0/lib/typeprof/type.rb, line 573
def screen_name(_scratch)
  raise NotImplementedError
end