Method: RSpec.world=
- Defined in:
- lib/rspec/core.rb
permalink .world=(value) ⇒ void
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Setters for shared global objects
49 50 51 |
# File 'lib/rspec/core.rb', line 49 def world=(value) @world = value end |