Class: RSpec::Mocks::AnyInstanceAllowanceTarget
- Inherits:
-
TargetBase
- Object
- TargetBase
- RSpec::Mocks::AnyInstanceAllowanceTarget
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/targets.rb
Instance Attribute Summary
Attributes included from TargetDelegationInstanceMethods
Instance Method Summary collapse
Methods inherited from TargetBase
Methods included from TargetDelegationClassMethods
#delegate_not_to, #delegate_to, #disallow_negation
Constructor Details
This class inherits a constructor from RSpec::Mocks::TargetBase
Instance Method Details
#expression ⇒ Object
104 105 106 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/targets.rb', line 104 def expression :allow_any_instance_of end |