Class: Numeric

Inherits:
Object
  • Object
show all
Defined in:
lib/usaidwat/ext/time.rb

Instance Method Summary collapse

Instance Method Details

#negative?Boolean

Returns:

  • (Boolean)


44
45
46
# File 'lib/usaidwat/ext/time.rb', line 44

def negative?
  self < 0
end

#positive?Boolean

Returns:

  • (Boolean)


48
49
50
# File 'lib/usaidwat/ext/time.rb', line 48

def positive?
  self > 0
end