Class: Numeric

Inherits:
Object
  • Object
show all
Defined in:
lib/darwinning/monkey_patch.rb

Instance Method Summary collapse

Instance Method Details

#positive?Boolean

Returns:

  • (Boolean)


3
4
5
# File 'lib/darwinning/monkey_patch.rb', line 3

def positive?
  self > 0
end