Skip to content

Instantly share code, notes, and snippets.

@cymen
Created April 27, 2012 01:31
Show Gist options
  • Save cymen/2504872 to your computer and use it in GitHub Desktop.
Save cymen/2504872 to your computer and use it in GitHub Desktop.
class Example
def convert(arg1, arg2, arg3)
# do something
return arg3
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment