Class: RSpec::Mocks::RootSpace
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/space.rb
Overview
Provides a default space implementation for outside the scope of an example. Called “root” because it serves as the root of the space stack.
Instance Method Summary collapse
- #any_instance_proxy_for(*_args) ⇒ Object
- #any_instance_recorder_for(*_args) ⇒ Object
- #any_instance_recorders_from_ancestry_of(_object) ⇒ Object
- #new_scope ⇒ Object
- #proxy_for(*_args) ⇒ Object
- #register_constant_mutator(_mutator) ⇒ Object
- #registered?(_object) ⇒ Boolean
- #reset_all ⇒ Object
- #superclass_proxy_for(*_args) ⇒ Object
- #verify_all ⇒ Object
Instance Method Details
#any_instance_proxy_for(*_args) ⇒ Object
18 19 20 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/space.rb', line 18 def any_instance_proxy_for(*_args) end |
#any_instance_recorder_for(*_args) ⇒ Object
14 15 16 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/space.rb', line 14 def any_instance_recorder_for(*_args) end |
#any_instance_recorders_from_ancestry_of(_object) ⇒ Object
26 27 28 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/space.rb', line 26 def any_instance_recorders_from_ancestry_of(_object) end |
#new_scope ⇒ Object
44 45 46 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/space.rb', line 44 def new_scope Space.new end |
#proxy_for(*_args) ⇒ Object
10 11 12 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/space.rb', line 10 def proxy_for(*_args) end |
#register_constant_mutator(_mutator) ⇒ Object
22 23 24 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/space.rb', line 22 def register_constant_mutator(_mutator) end |
#registered?(_object) ⇒ Boolean
36 37 38 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/space.rb', line 36 def registered?(_object) false end |
#reset_all ⇒ Object
30 31 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/space.rb', line 30 def reset_all end |
#superclass_proxy_for(*_args) ⇒ Object
40 41 42 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/space.rb', line 40 def superclass_proxy_for(*_args) end |
#verify_all ⇒ Object
33 34 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/space.rb', line 33 def verify_all end |