class RSpec::Core::Invocations::InitializeProject

@private

def call(*_args)

def call(*_args)
  RSpec::Support.require_rspec_core "project_initializer"
  ProjectInitializer.new.run
  0
end