gitlab-org--gitlab-foss/lib/gitlab/git/branch.rb
2017-01-04 19:09:28 -05:00

6 lines
68 B
Ruby

module Gitlab
module Git
class Branch < Ref
end
end
end