module RSpec

def self.world

Experimental RBS support (using type sampling data from the type_fusion project).

def self.world: () -> RSpec::Core::World

This signature was generated using 2 samples from 1 application.

Other tags:
    Private: -
def self.world
  @world ||= RSpec::Core::World.new
end