module StackProf::Local::SourceDisplay

Public Instance Methods

source_display(f, file, lines, range = nil) click to toggle source
Calls superclass method
# File lib/stackprof/local/source_display.rb, line 6
def source_display(f, file, lines, range = nil)
  super(f, Local.localize(file), lines, range = nil)
end