Method: ConsoleRunnerError#backtrace
- Defined in:
- lib/console_runner_error.rb
#backtrace ⇒ Object
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 |
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 |