gitlab-org--gitlab-foss/lib/github/representation/repo.rb

7 lines
94 B
Ruby

module Github
module Representation
class Repo < Representation::Base
end
end
end