# File lib/merb-exceptions/default_exception_extensions.rb, line 3 def self.included(mod) mod.class_eval do after :notify_of_exceptions end end