# File lib/celerity/element_collection.rb, line 104
def
to_s
map
{
|
e
|
e
.
to_s
}.
join
(
"\n"
)
end