class Bootsnap::LoadPathCache::Path

def initialize(path, real: false)

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

def initialize: (String path, real: false) -> void

This signature was generated using 35 samples from 4 applications.

def initialize(path, real: false)
  @path = path.to_s.freeze
  @real = real
end