Skip to content

Instantly share code, notes, and snippets.

@caleywoods
Created January 28, 2011 05:39
Show Gist options
  • Save caleywoods/799886 to your computer and use it in GitHub Desktop.
Save caleywoods/799886 to your computer and use it in GitHub Desktop.
def upcase(text):
upper = text.upper()
return upper
@upcase
def regular_text(a,b)
a + b
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment