module Bootsnap::LoadPathCache

def supported?

def supported?
  RUBY_ENGINE == 'ruby' &&
  RUBY_PLATFORM =~ /darwin|linux|bsd/
end