module Enumerable

Public Instance Methods

blank?() click to toggle source

‘true’ if the Enumerable has no elements

# File lib/delicious-cli/blank.rb, line 44
def blank?; not any?; end