# File lib/mocha/cardinality.rb, line 46 def verified?(invocation_count) (invocation_count >= required) && (invocation_count <= maximum) end