Class: RSpec::Mocks::ArgumentMatchers::AnyArgsMatcher Private
Do not use. This class is for internal use only.
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
SingletonMatcher
|
|
Instance Chain:
self,
SingletonMatcher
|
|
Inherits: |
RSpec::Mocks::ArgumentMatchers::SingletonMatcher
|
Defined in: | rspec-mocks/lib/rspec/mocks/argument_matchers.rb |
Class Method Summary
SingletonMatcher
- Inherited
Instance Method Summary
- #description Internal use only
Instance Method Details
#description
[ GitHub ]# File 'rspec-mocks/lib/rspec/mocks/argument_matchers.rb', line 153
def description "*(any args)" end