# File lib/standard/facets/pathname.rb, line 140
  def empty?
    Dir.glob(::File.join(to_s, '*')).empty?
  end