Home
Classes
Methods
Defined In
lib/rspec/mocks/argument_matchers.rb
Parent
Object
Methods
#description
Class and Module Index
BasicObject
Class
Object
RSpec
RSpec::Mocks
RSpec::Mocks::AllowanceTarget
RSpec::Mocks::AndCallOriginalImplementation
RSpec::Mocks::AndReturnImplementation
RSpec::Mocks::AndYieldImplementation
RSpec::Mocks::AnyInstance
RSpec::Mocks::AnyInstance::Chain
RSpec::Mocks::AnyInstance::Chain::Customizations
RSpec::Mocks::AnyInstance::ExpectChainChain
RSpec::Mocks::AnyInstance::ExpectationChain
RSpec::Mocks::AnyInstance::FluentInterfaceProxy
RSpec::Mocks::AnyInstance::MessageChains
RSpec::Mocks::AnyInstance::PositiveExpectationChain
RSpec::Mocks::AnyInstance::Proxy
RSpec::Mocks::AnyInstance::Recorder
RSpec::Mocks::AnyInstance::Recorder::Support
RSpec::Mocks::AnyInstance::StubChain
RSpec::Mocks::AnyInstance::StubChainChain
RSpec::Mocks::AnyInstanceAllowanceTarget
RSpec::Mocks::AnyInstanceExpectationTarget
RSpec::Mocks::ArgumentListMatcher
RSpec::Mocks::ArgumentMatchers
RSpec::Mocks::ArgumentMatchers::AnyArgMatcher
RSpec::Mocks::ArgumentMatchers::AnyArgsMatcher
RSpec::Mocks::ArgumentMatchers::ArrayIncludingMatcher
RSpec::Mocks::ArgumentMatchers::BaseHashMatcher
RSpec::Mocks::ArgumentMatchers::BooleanMatcher
RSpec::Mocks::ArgumentMatchers::DuckTypeMatcher
RSpec::Mocks::ArgumentMatchers::HashExcludingMatcher
RSpec::Mocks::ArgumentMatchers::HashIncludingMatcher
RSpec::Mocks::ArgumentMatchers::InstanceOf
RSpec::Mocks::ArgumentMatchers::NoArgsMatcher
RSpec::Mocks::ClassVerifyingDouble
RSpec::Mocks::Configuration
RSpec::Mocks::Constant
RSpec::Mocks::ConstantMutator
RSpec::Mocks::ConstantMutator::BaseMutator
RSpec::Mocks::ConstantMutator::ConstantHider
RSpec::Mocks::ConstantMutator::DefinedConstantReplacer
RSpec::Mocks::ConstantMutator::UndefinedConstantSetter
RSpec::Mocks::DirectModuleReference
RSpec::Mocks::DirectObjectReference
RSpec::Mocks::Double
RSpec::Mocks::ErrorGenerator
RSpec::Mocks::ExampleMethods
RSpec::Mocks::ExampleMethods::ExpectHost
RSpec::Mocks::ExpectChain
RSpec::Mocks::ExpectationTarget
RSpec::Mocks::Implementation
RSpec::Mocks::InsertOntoBacktrace
RSpec::Mocks::InstanceMethodReference
RSpec::Mocks::InstanceMethodStasher
RSpec::Mocks::InstanceMethodStasher::object;
RSpec::Mocks::InstanceVerifyingDouble
RSpec::Mocks::MarshalExtension
RSpec::Mocks::Matchers
RSpec::Mocks::Matchers::ExpectationCustomization
RSpec::Mocks::Matchers::HaveReceived
RSpec::Mocks::Matchers::Receive
RSpec::Mocks::Matchers::ReceiveMessageChain
RSpec::Mocks::Matchers::ReceiveMessages
RSpec::Mocks::MessageChain
RSpec::Mocks::MessageExpectation
RSpec::Mocks::MethodDouble
RSpec::Mocks::MethodDouble::@object;
RSpec::Mocks::MethodDouble::Support
RSpec::Mocks::MethodReference
RSpec::Mocks::MethodReference::object;
RSpec::Mocks::NamedObjectReference
RSpec::Mocks::NestedSpace
RSpec::Mocks::ObjectMethodReference
RSpec::Mocks::ObjectMethodReference::object;
RSpec::Mocks::ObjectReference
RSpec::Mocks::ObjectVerifyingDouble
RSpec::Mocks::ObjectVerifyingDoubleMethods
RSpec::Mocks::OrderGroup
RSpec::Mocks::PartialClassDoubleProxy
RSpec::Mocks::PartialClassDoubleProxyMethods
RSpec::Mocks::PartialDoubleProxy
RSpec::Mocks::Proxy
RSpec::Mocks::Proxy::Support
RSpec::Mocks::ProxyForNil
RSpec::Mocks::RecursiveConstMethods
RSpec::Mocks::RootSpace
RSpec::Mocks::SimpleMessageExpectation
RSpec::Mocks::Space
RSpec::Mocks::Space::FakeMutex
RSpec::Mocks::Space::object;
RSpec::Mocks::StubChain
RSpec::Mocks::Syntax
RSpec::Mocks::TargetBase
RSpec::Mocks::TestDouble
RSpec::Mocks::TestDoubleProxy
RSpec::Mocks::VerifyingDouble
RSpec::Mocks::VerifyingExistingMethodDouble
RSpec::Mocks::VerifyingMessageExpectation
RSpec::Mocks::VerifyingMethodDouble
RSpec::Mocks::VerifyingPartialClassDoubleProxy
RSpec::Mocks::VerifyingPartialDoubleProxy
RSpec::Mocks::VerifyingProxy
RSpec::Mocks::VerifyingProxyMethods
RSpec::Mocks::Version
class RSpec::Mocks::ArgumentMatchers::AnyArgsMatcher
@private
Public Instance Methods
description
()
click to toggle source
# File lib/rspec/mocks/argument_matchers.rb, line 127
def
description
"any args"
end