Method: Ccp::Persistent::Dir#truncate

Defined in:
lib/ccp/persistent/dir.rb

#truncateObject



35
36
37
# File 'lib/ccp/persistent/dir.rb', line 35

def truncate
  Dir["#{path}/*.#{ext}"].each{|file| File.unlink(file)}
end