Name: Anonymous 2006-03-11 7:12
Ruby is lol Object Oriented. That's why you can do -5.abs. In Java you would have to do Math.abs(-5), but Ruby is lol Object Oriented so you don't have to do that shit.
Unless you want to do say 1012.log10. Sorry, seems you have to do Math.log10(1012) after all.
Unless you want to do say 1012.log10. Sorry, seems you have to do Math.log10(1012) after all.