Skip to content

Instantly share code, notes, and snippets.

@devth
Created October 6, 2010 18:06
Show Gist options
  • Save devth/613806 to your computer and use it in GitHub Desktop.
Save devth/613806 to your computer and use it in GitHub Desktop.
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