24 25 26
# File 'lib/jet/application.rb', line 24 def clear_build FileUtils.rm_rf(Dir[::File.join(@build_path, '*')]) end