module RSpec

def self.world

Internal container for global non-configuration data
def self.world
  @world ||= RSpec::Core::World.new
end