# File lib/mocha/cardinality.rb, line 31
    def invocations_allowed?(invocation_count)
      invocation_count < maximum
    end