Class: Numeric
Overview
:nodoc:
Instance Method Summary collapse
-
#blank? ⇒ false
No number is blank:.
Instance Method Details
#blank? ⇒ false
No number is blank:
1.blank? # => false
0.blank? # => false
128 129 130 |
# File 'lib/fir/patches/blank.rb', line 128 def blank? false end |