class Chake::Wipe

Public Instance Methods

wipe(file) click to toggle source
# File lib/chake/wipe.rb, line 8
def wipe(file)
  system('wipe', '-rfs', file)
end