# File lib/standard/facets/pathname/chdir.rb, line 10
  def chdir(&block)
    Dir.chdir(self, &block)
  end