Class: Spec::Mocks::ArgumentMatchers::AnyArgMatcher
- Defined in:
- lib/not_a_mock/argument_constraint_extensions.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
21 22 23 |
# File 'lib/not_a_mock/argument_constraint_extensions.rb', line 21 def inspect 'anything' end |