Skip to content

Instantly share code, notes, and snippets.

@mistydemeo
Created June 4, 2014 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mistydemeo/b83da2414c377d761b28 to your computer and use it in GitHub Desktop.
Save mistydemeo/b83da2414c377d761b28 to your computer and use it in GitHub Desktop.
def foo arg
"foo" + arg
end
def bar
"bar"
end
def foo bar
"Something totally different!"
end
puts foo bar
puts foo bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment