# File lib/mocha/parameter_matchers/has_entries.rb, line 35 35: def initialize(entries) 36: @entries = entries 37: end