method
to_s
v2_4_6 -
Show latest stable
- Class:
Shell::Filter
to_s()public
No documentation available.
# File lib/shell/filter.rb, line 124
def to_s
str = ""
each(){|l| str.concat l}
str
end to_s()No documentation available.
# File lib/shell/filter.rb, line 124
def to_s
str = ""
each(){|l| str.concat l}
str
end