# File Ouroboros.rb, line 340
def
to_s
;
self
.
collect
{
|
o
|
o
.
to_s
}.
join
(
"\n"
);
end