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