= private = protected
echo(*strings)
Returns a Echo object, for the given strings
# File lib/shell/command-processor.rb, line 292 def echo(*strings) Echo.new(@shell, *strings) end