# File lib/mocha/parameter_matchers/has_value.rb, line 19 19: def has_value(value) 20: HasValue.new(value) 21: end