lib/ree_lib/spec.init.rb



require 'bootsnap'

Bootsnap.setup(
  cache_dir: '/tmp/bootsnap_cache',
  development_mode: true,
  load_path_cache: true,
  compile_cache_iseq: true,
  compile_cache_yaml: true
)

require 'rspec'
require 'ree'

Ree.init(__dir__)