debian-mirror-gitlab/lib/github/representation/repo.rb

7 lines
94 B
Ruby
Raw Normal View History

2017-08-17 22:00:37 +05:30
module Github
module Representation
class Repo < Representation::Base
end
end
end