method

new

rails latest stable - Class: ActiveSupport::Subscriber
new()
public

No documentation available.

# File activesupport/lib/active_support/subscriber.rb, line 130
    def initialize
      @patterns  = {}
      super
    end