class Bootsnap::CLI
def precompile_json(*json_files)
def precompile_json(*json_files) Array(json_files).each do |json_file| if CompileCache::JSON.precompile(json_file) && verbose $stderr.puts(json_file) end end end
def precompile_json(*json_files) Array(json_files).each do |json_file| if CompileCache::JSON.precompile(json_file) && verbose $stderr.puts(json_file) end end end