Returns:
61 62 63
# File 'lib/git/branch.rb', line 61 def contains?(commit) !@base.lib.branch_contains(commit, self.name).empty? end