Method: TextDoc#to_s

Defined in:
lib/buzzcore/text_doc.rb

#to_sObject



66
67
68
# File 'lib/buzzcore/text_doc.rb', line 66

def to_s
  return @lines.join("\n")
end