# File lib/action_mailer/collector.rb, line 10 def initialize(context, &block) @context = context @responses = [] @default_render = block end