# File lib/goocanvas.rb, line 132
    def to_a
      a = []
      each { |e| a.push(e) }
      a
    end