Skip to content

Instantly share code, notes, and snippets.

@yosriady
Created October 1, 2014 08:01
Show Gist options
  • Select an option

  • Save yosriady/32a7645fdf2312433050 to your computer and use it in GitHub Desktop.

Select an option

Save yosriady/32a7645fdf2312433050 to your computer and use it in GitHub Desktop.
Ruby Max Array unpacking
def max(*values)
values.max
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment