From f37e6c0e5814b5d2bc6c3038659c713c172bedbd Mon Sep 17 00:00:00 2001 From: okuramasafumi Date: Sun, 7 Apr 2019 11:47:20 +0900 Subject: Add `:nodoc` to ActiveSupport::Concern#append_features --- activesupport/lib/active_support/concern.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/concern.rb b/activesupport/lib/active_support/concern.rb index 5d356a0ab6..1b997d53c8 100644 --- a/activesupport/lib/active_support/concern.rb +++ b/activesupport/lib/active_support/concern.rb @@ -110,7 +110,7 @@ module ActiveSupport base.instance_variable_set(:@_dependencies, []) end - def append_features(base) + def append_features(base) #:nodoc: if base.instance_variable_defined?(:@_dependencies) base.instance_variable_get(:@_dependencies) << self false -- cgit v1.2.3