1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

add :nodoc: to AM::AttributeMethods::AttributeMethodMatcher [ci skip]

This commit is contained in:
Francesco Rodriguez 2012-06-21 15:37:09 -05:00
parent e76ced0620
commit 1cb2cb8bea

View file

@ -314,7 +314,7 @@ module ActiveModel
RUBY
end
class AttributeMethodMatcher
class AttributeMethodMatcher #:nodoc:
attr_reader :prefix, :suffix, :method_missing_target
AttributeMethodMatch = Struct.new(:target, :attr_name, :method_name)