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