diff --git a/activesupport/lib/active_support/configurable.rb b/activesupport/lib/active_support/configurable.rb index 3bfbd7f7d6aec78374e5a8ad68f2a37ef04f00f3..5b85f9394abf8e9fdef7286692d18dcfff140b48 100644 --- a/activesupport/lib/active_support/configurable.rb +++ b/activesupport/lib/active_support/configurable.rb @@ -33,8 +33,6 @@ def #{name}=(value); config.#{name} = value; end # Reads and writes attributes from a configuration OrderedHash. # - # Example: - # # require 'active_support/configurable' # # class User