Exception: StandardError

Inherits:
Exception
  • Object
show all
Defined in:
lib/tidbits.rb

Instance Method Summary collapse

Instance Method Details

#infoObject



31
32
33
# File 'lib/tidbits.rb', line 31

def info
  "#{self.class}: #{message}#$/#{backtrace.join($/)}"
end