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