PLEASE STOP REMOVING THIS ONE GUYS! It’s used to show exceptions in the log file this is the second time I’ve had to add it back.
Source Code
# File merb/exceptions.rb, line 187 def self.exception(e) "#{ e.message } - (#{ e.class })\n" << "#{(e.backtrace or []).join("\n")}" end
<code/>and<pre/>for code samples.