In Files

  • typeprof-0.21.2/lib/typeprof/code-range.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

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
            
There is an updated format of the API docs for this version here.