module RuboCop::Cop::VariableForce::Branchable

def run_exclusively_with?(other)

def run_exclusively_with?(other)
  return false if !branch || !other.branch
  branch.exclusive_with?(other.branch)
end