diff options
Diffstat (limited to 'lib/github/representation/repo.rb')
-rw-r--r-- | lib/github/representation/repo.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/github/representation/repo.rb b/lib/github/representation/repo.rb new file mode 100644 index 00000000000..6938aa7db05 --- /dev/null +++ b/lib/github/representation/repo.rb @@ -0,0 +1,6 @@ +module Github + module Representation + class Repo < Representation::Base + end + end +end |