method
to_s
to_s()
public
Hide source
# File lib/shell/filter.rb, line 124 def to_s str = "" each(){|l| str.concat l} str end