Welcome to mirror list, hosted at ThFree Co, Russian Federation.

repo.rb « representation « github « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6938aa7db055466f84b573d7237c472fb265bfd2 (plain)
1
2
3
4
5
6
module Github
  module Representation
    class Repo < Representation::Base
    end
  end
end