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