Class: Numeric
Overview
:nodoc:
Instance Method Summary collapse
-
#blank? ⇒ Boolean
No number is blank:.
Instance Method Details
#blank? ⇒ Boolean
No number is blank:
1.blank? # => false
0.blank? # => false
104 105 106 |
# File 'lib/burr/core_ext/blank.rb', line 104 def blank? false end |