Created
October 6, 2010 18:06
-
-
Save devth/613806 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'active_support/inflector' | |
puts "so_very_nifty".titleize # => "So Very Nifty" | |
# ActiveSupport::CoreExtensions::String::Inflections documentation: | |
# http://rails.rubyonrails.org/classes/ActiveSupport/CoreExtensions/String/Inflections.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment