Skip to content

Instantly share code, notes, and snippets.

@Ebeta
Created January 15, 2015 22:27
Show Gist options
  • Save Ebeta/32dee14ba1fcb736a1b6 to your computer and use it in GitHub Desktop.
Save Ebeta/32dee14ba1fcb736a1b6 to your computer and use it in GitHub Desktop.
def max(a,b)
a < b ? b : a
end
puts max(44,23)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment