# File test/unit/error.rb, line 34 def long_display backtrace = self.class.filter(@exception.backtrace).join("\n\t") "Error!!!\n#{short_display}\n\t#{backtrace}" end