Method: ActiveSupport::Notifications::Fanout::Subscribers::Timed#initialize

Defined in:
lib/skylight/vendor/active_support/notifications/fanout.rb

#initialize(pattern, delegate) ⇒ Timed

Returns a new instance of Timed.



114
115
116
117
# File 'lib/skylight/vendor/active_support/notifications/fanout.rb', line 114

def initialize(pattern, delegate)
  @timestack = []
  super
end