module Ripl::ShortErrors::Commands

Public Instance Methods

_!() click to toggle source
# File lib/ripl/short_errors.rb, line 28
def _!
  puts Ripl.shell.last_error.backtrace.join("\n    ")
end