60 61 62
# File 'lib/spec/mocks/argument_expectation.rb', line 60 def ==(args) args == [] end
56 57 58
# File 'lib/spec/mocks/argument_expectation.rb', line 56 def description "no args" end