# File lib/native_file_types/trs80/Trs80Jcl.rb, line 12
def
to_listing
contents
.
gsub
(
"\r"
,
"\n"
)
end