gitlab-org--gitlab-foss/lib/github/representation/repo.rb
2017-04-24 19:04:39 -03:00

6 lines
94 B
Ruby

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