From 94db733561844ca7d6bcae2cc1ce0328efe5505f Mon Sep 17 00:00:00 2001 From: Godfrey Chan Date: Mon, 10 Aug 2015 11:35:11 -0700 Subject: [PATCH] :nodoc: internal class [ci skip] --- activesupport/lib/active_support/notifications/fanout.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activesupport/lib/active_support/notifications/fanout.rb b/activesupport/lib/active_support/notifications/fanout.rb index 6bf8c7d5de..0131fe2572 100644 --- a/activesupport/lib/active_support/notifications/fanout.rb +++ b/activesupport/lib/active_support/notifications/fanout.rb @@ -111,7 +111,7 @@ def matches?(name) end end - class Timed < Evented + class Timed < Evented # :nodoc: def publish(name, *args) @delegate.call name, *args end -- GitLab