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) STDERR.puts(json_file) if verbose end end end
def precompile_json(*json_files) Array(json_files).each do |json_file| if CompileCache::JSON.precompile(json_file) STDERR.puts(json_file) if verbose end end end