Now supports Numeric

This commit is contained in:
Gregory Eremin
2011-07-27 17:41:38 +04:00
parent f07073131b
commit 2c53b6e423
16 changed files with 308 additions and 29 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
class Fixnum
class Numeric
def subzero?
self < 0
end