Skip to content

Commit

Permalink
Add :nodoc: mark to PerThreadRegistry#method_missing [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Rodriguez committed Apr 13, 2013
1 parent fb7a8c1 commit 364f579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/per_thread_registry.rb
Expand Up @@ -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|
Expand Down

0 comments on commit 364f579

Please sign in to comment.