Skip to content

Instantly share code, notes, and snippets.

@baweaver
Created September 7, 2020 03:39
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 baweaver/3808b5b04a7c713b8f54cfe70d06345a to your computer and use it in GitHub Desktop.
Save baweaver/3808b5b04a7c713b8f54cfe70d06345a to your computer and use it in GitHub Desktop.
def method_name(*args)
in 1, 2, 'foo', *
# ...
in *, 'bar', *
# ...
in String, String, *
# ...
else
'default'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment