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