class Spec::Mocks::AnyArgConstraint

def ==(other)

def ==(other)
  true
end

def initialize(ignore)

def initialize(ignore)
end

def matches?(value)

TODO - need this?
def matches?(value)
  true
end