Actions
Feature #2984
closedstring split with capitalize
Feature #2984:
string split with capitalize
Description
=begin
It would be awesome if string had a method to perform this action:
string.split(' ').each{ |s| s.capitalize! }.to_s
=end
Actions