aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-12-09 01:15:54 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-12-09 01:15:54 +0530
commit94dcbe8115810b4545ca8011e6c1e5386cb1c842 (patch)
treef05feeae2687b36d7dbb789fb5a23ba08b883293 /activesupport
parent120861c023375bf56705f5c8c13a4d01f59aa375 (diff)
downloadrails-94dcbe8115810b4545ca8011e6c1e5386cb1c842.tar.gz
rails-94dcbe8115810b4545ca8011e6c1e5386cb1c842.tar.bz2
rails-94dcbe8115810b4545ca8011e6c1e5386cb1c842.zip
fix nodocs
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/core_ext/string/multibyte.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/string/multibyte.rb b/activesupport/lib/active_support/core_ext/string/multibyte.rb
index aae1cfccf2..400db2ce39 100644
--- a/activesupport/lib/active_support/core_ext/string/multibyte.rb
+++ b/activesupport/lib/active_support/core_ext/string/multibyte.rb
@@ -44,7 +44,7 @@ class String
end
end
- def is_utf8? #:nodoc
+ def is_utf8?
case encoding
when Encoding::UTF_8
valid_encoding?