# File lib/mocha/cardinality.rb, line 38
    def satisfied?(invocations_so_far)
      invocations_so_far >= required
    end