Skip to content

Instantly share code, notes, and snippets.

@havenwood
Created September 25, 2012 05:46
Show Gist options
  • Save havenwood/3780193 to your computer and use it in GitHub Desktop.
Save havenwood/3780193 to your computer and use it in GitHub Desktop.
def cap_last_three string
string[0..-4] << string[-3..-1].upcase
end
cap_last_three gets.chomp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment