@private Provides a default space implementation for outside the scope of an example. Called “root” because it serves as the root of the space stack.
# File lib/rspec/mocks/space.rb, line 16 def any_instance_proxy_for(*args) raise_lifecycle_message end
# File lib/rspec/mocks/space.rb, line 12 def any_instance_recorder_for(*args) raise_lifecycle_message end
# File lib/rspec/mocks/space.rb, line 24 def any_instance_recorders_from_ancestry_of(object) raise_lifecycle_message end
# File lib/rspec/mocks/space.rb, line 38 def new_scope Space.new end
# File lib/rspec/mocks/space.rb, line 8 def proxy_for(*args) raise_lifecycle_message end
# File lib/rspec/mocks/space.rb, line 20 def register_constant_mutator(mutator) raise_lifecycle_message end
Generated with the Darkfish Rdoc Generator 2.