Class: Yeller::ExceptionFormatter::IdentityBacktraceFilter

Inherits:
Object
  • Object
show all
Defined in:
lib/yeller/exception_formatter.rb

Instance Method Summary collapse

Instance Method Details

#filter(trace) ⇒ Object



6
7
8
# File 'lib/yeller/exception_formatter.rb', line 6

def filter(trace)
  trace
end