Class: RSpec::Mocks::ArgumentMatchers::AnyArgsMatcher

Inherits:
SingletonMatcher show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/argument_matchers.rb

Instance Method Summary collapse

Methods inherited from SingletonMatcher

inherited

Instance Method Details

#descriptionObject



143
144
145
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/argument_matchers.rb', line 143

def description
  "*(any args)"
end