From 364f579b8ca43246a8f782a465c766f2f33a2ac4 Mon Sep 17 00:00:00 2001 From: Francesco Rodriguez Date: Sat, 13 Apr 2013 11:56:19 -0500 Subject: Add :nodoc: mark to PerThreadRegistry#method_missing [ci skip] --- activesupport/lib/active_support/per_thread_registry.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support/per_thread_registry.rb') diff --git a/activesupport/lib/active_support/per_thread_registry.rb b/activesupport/lib/active_support/per_thread_registry.rb index 79ff61ca90..e9499600a4 100644 --- a/activesupport/lib/active_support/per_thread_registry.rb +++ b/activesupport/lib/active_support/per_thread_registry.rb @@ -34,7 +34,7 @@ module ActiveSupport module PerThreadRegistry protected - def method_missing(name, *args, &block) + def method_missing(name, *args, &block) # :nodoc: # Caches the method definition as a singleton method of the receiver. singleton_class.class_eval do define_method(name) do |*a, &b| -- cgit v1.2.3