From a03e2b356c66ddc8809fa2b23a2a7d652f173b8b Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Tue, 21 Oct 2008 18:33:40 +0100 Subject: Merge with docrails. Also add a rake task to generate guides in your rails application : rake doc:guides The rake task will generate guides inside doc/guides directory of your application. Open index.html to browse. --- activesupport/lib/active_support/multibyte/chars.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/multibyte/chars.rb b/activesupport/lib/active_support/multibyte/chars.rb index 5184026c63..be9c6d3567 100644 --- a/activesupport/lib/active_support/multibyte/chars.rb +++ b/activesupport/lib/active_support/multibyte/chars.rb @@ -321,7 +321,7 @@ module ActiveSupport #:nodoc: # character. # # Example: - # 'こにちわ'.mb_chars.slice(2..3).to_s #=> "ちわ" + # 'こんにちは'.mb_chars.slice(2..3).to_s #=> "にち" def slice(*args) if args.size > 2 raise ArgumentError, "wrong number of arguments (#{args.size} for 1)" # Do as if we were native @@ -676,4 +676,4 @@ module ActiveSupport #:nodoc: end end end -end \ No newline at end of file +end -- cgit v1.2.3