# File lib/shell/filter.rb, line 89
    def to_a
      ary = []
      each(){|l| ary.push l}
      ary
    end