10 11 12
# File 'lib/mocha/expectation.rb', line 10 def ==(other) true end
13 14 15
# File 'lib/mocha/expectation.rb', line 13 def to_s "** any **" end