module Roda::RodaPlugins::RecheckPrecompiledAssets::ClassMethods
def _compiled_assets_initial_hash
Use a thread-safe wrapper of a hash for the :compiled assets option, since
def _compiled_assets_initial_hash CompiledAssetsHash.new end
def _compiled_assets_initial_hash CompiledAssetsHash.new end