Class: Mocha::Expectation::AlwaysEqual

Inherits:
Object
  • Object
show all
Defined in:
lib/mocha/expectation.rb

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



10
11
12
# File 'lib/mocha/expectation.rb', line 10

def ==(other)
  true
end

#to_sObject



13
14
15
# File 'lib/mocha/expectation.rb', line 13

def to_s
  "** any **"
end