class RSpec::Core::World

def source_cache

Other tags:
    Private: -
def source_cache
  @source_cache ||= begin
    RSpec::Support.require_rspec_core "source"
    Source::Cache.new(@configuration)
  end
end