debian-mirror-gitlab/lib/github/representation/repo.rb
2017-08-17 22:00:37 +05:30

6 lines
94 B
Ruby

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