class Mocha::ParameterMatchers::HasValue

def initialize(value)

Other tags:
    Private: -
def initialize(value)
  @value = value
end