class Arbre::HTML::Collection

def to_s

def to_s
  self.collect do |element|
    element.to_s
  end.join.html_safe
end