Method: M3Uzi::File#format

Defined in:
lib/m3uzi/file.rb

#formatObject



21
22
23
24
# File 'lib/m3uzi/file.rb', line 21

def format
  # Need to add key info if appropriate?
  "#EXTINF:#{attribute_string}\n#{path}"
end