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