From 16bee7618c328ecd790db366221639661912c477 Mon Sep 17 00:00:00 2001 From: Norman Clarke Date: Thu, 5 Jan 2012 17:25:40 -0300 Subject: Use friendlier method name --- activesupport/lib/active_support/multibyte/chars.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activesupport/lib/active_support/multibyte') diff --git a/activesupport/lib/active_support/multibyte/chars.rb b/activesupport/lib/active_support/multibyte/chars.rb index eb7f99dd71..99b974e4a7 100644 --- a/activesupport/lib/active_support/multibyte/chars.rb +++ b/activesupport/lib/active_support/multibyte/chars.rb @@ -168,8 +168,8 @@ module ActiveSupport #:nodoc: # # Example: # 'क्षि'.mb_chars.length # => 4 - # 'क्षि'.mb_chars.g_length # => 3 - def g_length + # 'क्षि'.mb_chars.grapheme_length # => 3 + def grapheme_length Unicode.unpack_graphemes(@wrapped_string).length end -- cgit v1.2.3