Skip to content

Instantly share code, notes, and snippets.

@ecomba
Last active December 15, 2015 22:39
Show Gist options
  • Save ecomba/5334815 to your computer and use it in GitHub Desktop.
Save ecomba/5334815 to your computer and use it in GitHub Desktop.
def a_method(required_arguments, optional_arguments,
*additional_required_arguments,
keyword_arguments: "with_defaults",
**rest_of_keyword_arguments,
&block_capture)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment