= private = protected
>>(to)
Appends the output to source, which is either a string of a file name or an IO object.
# File lib/shell/filter.rb, line 90 def >>(to) begin Shell.cd(@shell.pwd).append(to, self) rescue CantApplyMethod Shell.Fail Error::CantApplyMethod, ">>", to.class end end