32 33 34
# File 'lib/spec/mocks/argument_matchers.rb', line 32 def ==(args) args == [] end
28 29 30
# File 'lib/spec/mocks/argument_matchers.rb', line 28 def description "no args" end