Skip to content

Instantly share code, notes, and snippets.

@havenwood

havenwood/foo.rb Secret

Created December 27, 2018 15:37
Show Gist options
  • Save havenwood/cde09db1143ec3412f0c70fa0a918e73 to your computer and use it in GitHub Desktop.
Save havenwood/cde09db1143ec3412f0c70fa0a918e73 to your computer and use it in GitHub Desktop.
def no_args
end
foo = []
no_args *foo
#=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment