# File lib/core/facets/array/not_empty.rb, line 8
  def not_empty?
    !empty?
  end