# File lib/mocha/parameter_matchers/has_value.rb, line 33 33: def initialize(value) 34: @value = value 35: end