# File lib/gitlab/client/branches.rb, line 29
    def branch(project, branch)
      get("/projects/#{project}/repository/branches/#{branch}")
    end