From f210a369d1c3fdbd6de768f4b9de3891c1bf7d25 Mon Sep 17 00:00:00 2001 From: Francesco Rodriguez Date: Fri, 14 Sep 2012 21:31:49 -0500 Subject: add :nodoc: to AS::Autoload#extended [ci skip] --- activesupport/lib/active_support/dependencies/autoload.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/activesupport/lib/active_support/dependencies/autoload.rb b/activesupport/lib/active_support/dependencies/autoload.rb index df490ae298..9fc58a338f 100644 --- a/activesupport/lib/active_support/dependencies/autoload.rb +++ b/activesupport/lib/active_support/dependencies/autoload.rb @@ -22,9 +22,8 @@ module ActiveSupport # Then your library can be eager loaded by simply calling: # # MyLib.eager_load! - # module Autoload - def self.extended(base) + def self.extended(base) # :nodoc: base.class_eval do @_autoloads = {} @_under_path = nil -- cgit v1.2.3