module Bootsnap::CompileCache::ISeq

def self.install!

def self.install!
  Bootsnap::CompileCache::ISeq.compile_option_updated
  class << RubyVM::InstructionSequence
    prepend InstructionSequenceMixin
  end
end