lib/active_support/notifications/fanout.rb in activesupport-4.2.3 vs lib/active_support/notifications/fanout.rb in activesupport-4.2.4.rc1
- old
+ new
@@ -109,10 +109,10 @@
def matches?(name)
@pattern && @pattern === name
end
end
- class Timed < Evented
+ class Timed < Evented # :nodoc:
def publish(name, *args)
@delegate.call name, *args
end
def start(name, id, payload)