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