# File lib/extlib/lazy_array.rb, line 84
  def empty?
    !any?
  end