Sha256: 3df5019198093eeb889399378cea50b326ff819c49eb4f8e584be710980f6766

Contents?: true

Size: 181 Bytes

Versions: 2

Compression:

Stored size: 181 Bytes

Contents

module Shellac
  module Actions
  
    def purge regex, recursive=false
      return unless perform_caching
      Shellac::Cache.instance.purge regex, recursive
    end
  
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
shellac-0.0.2.1 lib/shellac/actions.rb
shellac-0.0.2 lib/shellac/actions.rb