Class: Numeric

Inherits:
Object show all
Defined in:
lib/chimps/utils/extensions.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


106
107
108
# File 'lib/chimps/utils/extensions.rb', line 106

def blank?
  false
end