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
129 130 131 |
# File 'lib/fir/patches/native_patch.rb', line 129 def blank? false end |