mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add :nodoc: mark to PerThreadRegistry#method_missing [ci skip]
This commit is contained in:
parent
fb7a8c1423
commit
364f579b8c
1 changed files with 1 additions and 1 deletions
|
@ -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|
|
||||
|
|
Loading…
Reference in a new issue