Class: Spec::Mocks::ArgumentMatchers::AnyArgMatcher

Inherits:
Object
  • Object
show all
Defined in:
lib/not_a_mock/argument_constraint_extensions.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#inspectObject



21
22
23
# File 'lib/not_a_mock/argument_constraint_extensions.rb', line 21

def inspect
  'anything'
end