Skip to content

Instantly share code, notes, and snippets.

@andyweiss1982
Created July 26, 2014 03:06
Show Gist options
  • Save andyweiss1982/d2b9479d7a3ce82180c8 to your computer and use it in GitHub Desktop.
Save andyweiss1982/d2b9479d7a3ce82180c8 to your computer and use it in GitHub Desktop.
Max Refactor
def max_refactor (*rest)
rest.sort.last
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment