Class: RSpec::Mocks::ArgumentMatchers::AnyArgMatcher

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

#===(_other) ⇒ Object



150
151
152
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/argument_matchers.rb', line 150

def ===(_other)
  true
end

#descriptionObject



154
155
156
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/argument_matchers.rb', line 154

def description
  "anything"
end