Module: Ripl::ShortErrors::Commands

Defined in:
lib/ripl/short_errors.rb

Instance Method Summary collapse

Instance Method Details

#_!Object



28
29
30
# File 'lib/ripl/short_errors.rb', line 28

def _!
  puts Ripl.shell.last_error.backtrace.join("\n    ")
end