Class: Integer
- Inherits:
-
Object
- Object
- Integer
- Defined in:
- lib/delicious-cli/blank.rb
Instance Method Summary collapse
-
#blank? ⇒ Boolean
‘true’ if the integer is 0.
Instance Method Details
#blank? ⇒ Boolean
‘true’ if the integer is 0
30 |
# File 'lib/delicious-cli/blank.rb', line 30 def blank?; self == 0; end |