lib/git/working_directory.rb



# frozen_string_literal: true

module Git
  class WorkingDirectory < Git::Path
  end
end