Using Ruby 1.9.3, Rails 3.2, I have the following:"every good boy does fine".gsub("every", "all").gsub("boy", "girl").gsub("fine", "well")# => "all good ...
確定! 回上一頁