# File lib/facets/more/lisp.rb, line 98
    def to_a
      a = []
      each { |e| a << e }
      a
    end