method
new
v7.1.3.4 -
Show latest stable
- Class:
ActiveSupport::Notifications::Fanout::Subscribers::Matcher
new(pattern)public
No documentation available.
# File activesupport/lib/active_support/notifications/fanout.rb, line 355
def initialize(pattern)
@pattern = pattern
@exclusions = Set.new
end