Module: Enumerable
- Defined in:
- lib/delicious-cli/blank.rb
Instance Method Summary collapse
-
#blank? ⇒ Boolean
‘true’ if the Enumerable has no elements.
Instance Method Details
#blank? ⇒ Boolean
‘true’ if the Enumerable has no elements
44 |
# File 'lib/delicious-cli/blank.rb', line 44 def blank?; not any?; end |