Method: Exception#source_extract

Defined in:
lib/nitro/compiler/errors.rb

#source_extract(step = hot_trace_step, indent = 0) ⇒ Object



100
101
102
# File 'lib/nitro/compiler/errors.rb', line 100

def source_extract(step = hot_trace_step, indent = 0)
  self.class.source_extract(step,indent)
end