class Numeric

Patch Numeric

Patch Numeric

Public Instance Methods

negative?() click to toggle source
# File lib/fat_core/patches.rb, line 16
def negative?
  self < 0
end
positive?() click to toggle source
# File lib/fat_core/patches.rb, line 7
def positive?
  self > 0
end