Skip to content

Instantly share code, notes, and snippets.

@jgorset
Created September 29, 2010 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgorset/602492 to your computer and use it in GitHub Desktop.
Save jgorset/602492 to your computer and use it in GitHub Desktop.
text.gsub(/^./) do |letter|
letter.upcase
end
# ... largely inefficient version of...
text[0].upcase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment