From e8ef58a697c4af99a7db44267cf6d975fb5d6091 Mon Sep 17 00:00:00 2001 From: "Josep M. Bach" <josep.m.bach@gmail.com> Date: Sat, 14 Aug 2010 17:19:04 +0200 Subject: Add example label to active_support/configurable --- activesupport/lib/active_support/configurable.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/configurable.rb b/activesupport/lib/active_support/configurable.rb index 3bfbd7f7d6..61c4b1be02 100644 --- a/activesupport/lib/active_support/configurable.rb +++ b/activesupport/lib/active_support/configurable.rb @@ -32,7 +32,6 @@ module ActiveSupport end # Reads and writes attributes from a configuration <tt>OrderedHash</tt>. - # # Example: # # require 'active_support/configurable' -- cgit v1.2.3