Class: RSpec::Mocks::AnyInstanceAllowanceTarget

Inherits:
TargetBase show all
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

#target

Instance Method Summary collapse

Methods inherited from TargetBase

#initialize

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

#expressionObject



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