Libraries
»
buzzcore
(0.6.6)
»
Index
»
TextDoc
»
#to_s
Method: TextDoc#to_s
Defined in:
lib/buzzcore/text_doc.rb
#
to_s
⇒
Object
66 67 68
# File 'lib/buzzcore/text_doc.rb', line 66
def
to_s
return
@lines
.
join
(
"\n"
)
end