method

to_a

v2_2_9 - Show latest stable - Class: Shell::Filter
to_a()
public

No documentation available.

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