This website requires JavaScript.
Explore
Help
Sign In
localhots
/
subzero
Watch
1
Star
0
Fork
You've already forked subzero
0
Code
Releases
Activity
d779d5db5b
subzero
/
lib
/
subzero.rb
6 lines
52 B
Ruby
Raw
Normal View
History
Unescape
Escape
Now supports Numeric
2011-07-27 13:41:38 +00:00
class
Numeric
Initial commit
2011-06-30 16:19:19 +00:00
def
subzero?
self
<
0
end
end