Class: Musical::DVD::Wav

Inherits:
File
  • Object
show all
Defined in:
lib/musical/dvd/wav.rb

Instance Method Summary collapse

Instance Method Details

#delete!Object



8
9
10
# File 'lib/musical/dvd/wav.rb', line 8

def delete!
  FileUtils.rm_f(self.expand_path)
end

#expand_pathObject



4
5
6
# File 'lib/musical/dvd/wav.rb', line 4

def expand_path
  File.expand_path(self.path)
end