Method: ActiveSupport::Notifications::Fanout#inspect

Defined in:
activesupport/lib/active_support/notifications/fanout.rb

#inspectObject

:nodoc:



59
60
61
62
# File 'activesupport/lib/active_support/notifications/fanout.rb', line 59

def inspect # :nodoc:
  total_patterns = @string_subscribers.size + @other_subscribers.size
  "#<#{self.class} (#{total_patterns} patterns)>"
end