module Bootsnap::CompileCache::ISeq

def supported?

def supported?
  CompileCache.supported? && defined?(RubyVM)
end