Initial commit

This commit is contained in:
magnolia-fan
2011-06-30 20:19:19 +04:00
commit f07073131b
3 changed files with 35 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
class Fixnum
def subzero?
self < 0
end
end