class Musical::DVD::Wav
Public Instance Methods
delete!()
click to toggle source
# File lib/musical/dvd/wav.rb, line 8 def delete! FileUtils.rm_f(self.expand_path) end
expand_path()
click to toggle source
# File lib/musical/dvd/wav.rb, line 4 def expand_path File.expand_path(self.path) end