Method: Lookout::Mock::Method::Arguments::List#==
- Defined in:
- lib/lookout/mock/method/arguments/list.rb
#==(other) ⇒ Object
8 9 10 |
# File 'lib/lookout/mock/method/arguments/list.rb', line 8 def ==(other) Lookout::Equality.equal?(@args, other) end |