From 1dbb4adec1c76f4aa324c7232dd5cafe61b3e062 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 17 Jan 2005 01:29:45 +0000 Subject: Made a bunch of stuff quiet in the docs git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@441 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/core_ext/string.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/core_ext/string.rb') diff --git a/activesupport/lib/core_ext/string.rb b/activesupport/lib/core_ext/string.rb index b50e44c598..6d554b483c 100644 --- a/activesupport/lib/core_ext/string.rb +++ b/activesupport/lib/core_ext/string.rb @@ -1,5 +1,5 @@ require File.dirname(__FILE__) + '/string/inflections' -class String +class String #:nodoc: include ActiveSupport::CoreExtensions::String::Inflections end -- cgit v1.2.3