Skip to content

Instantly share code, notes, and snippets.

@jhaynie
Created November 3, 2008 08:43
Show Gist options
  • Save jhaynie/21831 to your computer and use it in GitHub Desktop.
Save jhaynie/21831 to your computer and use it in GitHub Desktop.
class Example
def example(arg1)
return "Hello: " + arg1.to_s
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment