From: Pedro Santos Date: 2010-03-18T20:31:39+09:00 Subject: [ruby-core:28744] [Feature #2984] string split with capitalize Feature #2984: string split with capitalize http://redmine.ruby-lang.org/issues/show/2984 Author: Pedro Santos Status: Open, Priority: Low Category: core It would be awesome if string had a method to perform this action: string.split(' ').each{ |s| s.capitalize! }.to_s ---------------------------------------- http://redmine.ruby-lang.org