diff options
Diffstat (limited to 'lib/github/representation/label.rb')
-rw-r--r-- | lib/github/representation/label.rb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/github/representation/label.rb b/lib/github/representation/label.rb deleted file mode 100644 index 60aa51f9569..00000000000 --- a/lib/github/representation/label.rb +++ /dev/null @@ -1,13 +0,0 @@ -module Github - module Representation - class Label < Representation::Base - def color - "##{raw['color']}" - end - - def title - raw['name'] - end - end - end -end |