method
echo
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
echo(*strings)
public
Hide source
# File lib/shell/command-processor.rb, line 265 def echo(*strings) Echo.new(@shell, *strings) end