Skip to content

Instantly share code, notes, and snippets.

@CodePint
Created June 25, 2018 22:44
Show Gist options
  • Save CodePint/0be9a0004b9c74165c57c2ad6df5c096 to your computer and use it in GitHub Desktop.
Save CodePint/0be9a0004b9c74165c57c2ad6df5c096 to your computer and use it in GitHub Desktop.
foo = "hello"
bar = "world"
def my_func foo, bar
puts foo
puts bar
end
my_func foo, bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment