aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2015-08-10 11:35:11 -0700
committerGodfrey Chan <godfreykfc@gmail.com>2015-08-10 21:05:06 -0700
commit94db733561844ca7d6bcae2cc1ce0328efe5505f (patch)
tree8e797efdcde4920c7f89506190727ddd634a9120 /activesupport
parentb8646419e49f555b0cb28a27abac132542a38d6d (diff)
downloadrails-94db733561844ca7d6bcae2cc1ce0328efe5505f.tar.gz
rails-94db733561844ca7d6bcae2cc1ce0328efe5505f.tar.bz2
rails-94db733561844ca7d6bcae2cc1ce0328efe5505f.zip
:nodoc: internal class [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/notifications/fanout.rb2
1 files changed, 1 insertions, 1 deletions
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 @@ module ActiveSupport
end
end
- class Timed < Evented
+ class Timed < Evented # :nodoc:
def publish(name, *args)
@delegate.call name, *args
end