Class: RSpec::Mocks::ArgumentMatchers::NoArgsMatcher

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



161
162
163
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/argument_matchers.rb', line 161

def description
  "no args"
end