If the load_iseq method is defined by bootsnap, then we need to override it.
9 10 11
# File 'lib/sorbet/eraser/autoload.rb', line 9 def input_to_storage(contents, filepath) super(Sorbet::Eraser.erase(contents), filepath) end