Skip to content

Instantly share code, notes, and snippets.

@xcobar

xcobar/rb.rb Secret

Created July 25, 2019 13:32
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 xcobar/cf218c4cd27aebc01b221cb49dec0175 to your computer and use it in GitHub Desktop.
Save xcobar/cf218c4cd27aebc01b221cb49dec0175 to your computer and use it in GitHub Desktop.
def some_method(**params)
Something.new(params)
end
def some_method(**params)
Something.new(**params)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment