# File lib/native_file_types/c64/C64GeosFile.rb, line 36
def contents
        if @contents.kind_of?(Array) then      
                @contents[1,@contents.length].join("")                
        else
                @contents
        end
end