Flowdock
new(context, &block) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionmailer/lib/action_mailer/collector.rb, line 12
    def initialize(context, &block)
      @context = context
      @responses = []
      @default_render = block
    end
Register or log in to add new notes.