method
cat
v1_9_3_392 -
Show latest stable
- Class:
Shell::CommandProcessor
cat(*filenames)public
No documentation available.
# File lib/shell/command-processor.rb, line 306
def cat(*filenames)
Cat.new(@shell, *filenames)
end