gitlab-org--gitlab-foss/lib/gitlab/git/branch.rb

7 lines
68 B
Ruby

module Gitlab
module Git
class Branch < Ref
end
end
end