Skip to content

Instantly share code, notes, and snippets.

@pinglamb
Created September 28, 2017 07:13
Show Gist options
  • Save pinglamb/a3e98ab795e7c91a99ba48c3f437ba01 to your computer and use it in GitHub Desktop.
Save pinglamb/a3e98ab795e7c91a99ba48c3f437ba01 to your computer and use it in GitHub Desktop.
def foo(bar, a: 1, b: 2)
puts a.inspect
end
args = { a: 2 }
foo(true, args)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment