class Mocha::ParameterMatchers::Equals

def initialize(value)

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