Skip to content

Instantly share code, notes, and snippets.

@jacobat
Created October 9, 2018 11:31
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 jacobat/ab7b14530e0f1c790e2c79683ba7a404 to your computer and use it in GitHub Desktop.
Save jacobat/ab7b14530e0f1c790e2c79683ba7a404 to your computer and use it in GitHub Desktop.
def a(name:, email:)
...
end
def b(email:, phone:)
...
end
def f(name:, email:, phone:)
a(...)
b(...)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment