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

Public Instance Methods

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