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