Class: Numeric

Inherits:
Object show all
Defined in:
lib/volt/extra_core/blank.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

No number is blank:

1.blank? # => false
0.blank? # => false

Returns:



82
83
84
# File 'lib/volt/extra_core/blank.rb', line 82

def blank?
  false
end