method
echo
v1_8_7_72 -
Show latest stable
- Class:
Shell::CommandProcessor
echo(*strings)public
No documentation available.
# File lib/shell/command-processor.rb, line 265
def echo(*strings)
Echo.new(@shell, *strings)
end