class Bootsnap::CLI
def precompile_ruby(*ruby_files)
def precompile_ruby(*ruby_files) Array(ruby_files).each do |ruby_file| if CompileCache::ISeq.precompile(ruby_file) && verbose $stderr.puts(ruby_file) end end end
def precompile_ruby(*ruby_files) Array(ruby_files).each do |ruby_file| if CompileCache::ISeq.precompile(ruby_file) && verbose $stderr.puts(ruby_file) end end end