Unverified Commit 132c04bc authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #4443 from shuujii/move-Integral-zero-nonzero-positive-negative-to-Numeric

Move `Integral#(zero|nonzero|positive|negative)?` to `Numeric`
parents 4572d42d c5c39f58
module Integral class Numeric
def zero? def zero?
self == 0 self == 0
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment