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