Class: Chake::Wipe

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/chake/wipe.rb

Instance Method Summary collapse

Instance Method Details

#wipe(file) ⇒ Object



8
9
10
# File 'lib/chake/wipe.rb', line 8

def wipe(file)
  system('wipe', '-rfs', file)
end