method
echo
echo(*strings)
public
Hide source
# File lib/shell/command-processor.rb, line 265 def echo(*strings) Echo.new(@shell, *strings) end