# File lib/FileSystemImage.rb, line 104 def to_hex_dump s="" track_list.each {|track| s<<dump_track(track)} s end