module RSpec::Core

def self.world

def self.world
  RSpec.deprecate('RSpec::Core.world', 'RSpec.world', '2.0.0')
  RSpec.world
end