Class: Spec::Mocks::ArgumentMatchers::AnyArgsMatcher

Inherits:
Object
  • Object
show all
Defined in:
lib/spec/mocks/argument_matchers.rb

Instance Method Summary collapse

Instance Method Details

#descriptionObject



13
14
15
# File 'lib/spec/mocks/argument_matchers.rb', line 13

def description
  "any args"
end