method
echo
ruby latest stable - Class:
Shell ::CommandProcessor
echo(*strings)public
Returns a Echo object, for the given strings
# File lib/shell/command-processor.rb, line 293
def echo(*strings)
Echo.new(@shell, *strings)
end echo(*strings)Returns a Echo object, for the given strings
# File lib/shell/command-processor.rb, line 293
def echo(*strings)
Echo.new(@shell, *strings)
end