# File lib/commands/plugin/recursive_http_fetcher.rb, line 24
  def push_d(dir)
    @cwd = File.join(@cwd, dir)
    FileUtils.mkdir_p(@cwd)
  end