aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/core_ext/string.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/core_ext/string.rb')
-rw-r--r--activesupport/lib/core_ext/string.rb2
1 files changed, 1 insertions, 1 deletions
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