module ActionMailbox::Callbacks
def before_processing(*methods, &block)
def before_processing(*methods, &block) set_callback(:process, :before, *methods, &block) end
def before_processing(*methods, &block) set_callback(:process, :before, *methods, &block) end