class TypeProf::CodeRangeTable::Entry

Public Instance Methods

inspect() click to toggle source
# File typeprof-0.21.2/lib/typeprof/code-range.rb, line 99
def inspect
  "[%p, %p, %p]" % [range, value, children]
end