Methods
D
N
Class Public methods
new(*)
# File actionmailer/test/delivery_methods_test.rb, line 15
def initialize(*)
end
Instance Public methods
deliver!(mail)
# File actionmailer/test/delivery_methods_test.rb, line 18
def deliver!(mail)
  raise "failed"
end