I want to do something simple and straightforward, like min(5,10), or Math.max(4,7). Are there functions to this effect in Ruby?
min(5,10)
Math.max(4,7)
No comments:
Post a Comment