ElementCollection.collect

Collects strings from the collection, concatenating them together Kinda like running reduce and ~= on it.

document["p"].collect!"innerText";
struct ElementCollection
string
collect
(
string method
)
(
string separator = ""
)
Suggestion Box / Bug Report