class ViteRuby::Builder
def last_build_attrs
def last_build_attrs last_build_path.exist? ? JSON.parse(last_build_path.read.to_s) : {} rescue JSON::JSONError, Errno::ENOENT, Errno::ENOTDIR {} end
def last_build_attrs last_build_path.exist? ? JSON.parse(last_build_path.read.to_s) : {} rescue JSON::JSONError, Errno::ENOENT, Errno::ENOTDIR {} end