Method: ConsoleRunnerError#backtrace

Defined in:
lib/console_runner_error.rb

#backtraceObject



3
4
5
6
7
8
9
# File 'lib/console_runner_error.rb', line 3

def backtrace
  if CommandLineParser.debug?
    super
  else
    @object
  end
end