method
to_a
v2_5_5 -
Show latest stable
- Class:
Shell::Filter
to_a()public
No documentation available.
# File lib/shell/filter.rb, line 118
def to_a
ary = []
each(){|l| ary.push l}
ary
end to_a()No documentation available.
# File lib/shell/filter.rb, line 118
def to_a
ary = []
each(){|l| ary.push l}
ary
end