module Bootsnap::CompileCache::ISeq::InstructionSequenceMixin

def load_iseq(path)

: (String) -> RubyVM::InstructionSequence
def load_iseq(path)
  super if defined?(super)
end