module Bootsnap::CompileCache::ISeq

def self.fetch(path, cache_dir: ISeq.cache_dir)

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

def self.fetch: (String path, cache_dir: String) -> RubyVM::InstructionSequence

This signature was generated using 126 samples from 3 applications.

def self.fetch(path, cache_dir: ISeq.cache_dir)
  Bootsnap::CompileCache::Native.fetch(
    cache_dir,
    path.to_s,
    Bootsnap::CompileCache::ISeq,
    nil,
  )
end