method
new
v8.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 351
def initialize(pattern)
@pattern = pattern
@exclusions = Set.new
end