Skip to content

Instantly share code, notes, and snippets.

@claudijd
Created July 20, 2012 20:39
Show Gist options
  • Save claudijd/3153091 to your computer and use it in GitHub Desktop.
Save claudijd/3153091 to your computer and use it in GitHub Desktop.
Ruby-based German Translator
def translate_2_german(string)
string.upcase
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment