# File lib/mocha/parameter_matchers/has_value.rb, line 25
25:     def has_value(value)
26:       HasValue.new(value)
27:     end