method
cat
cat(*filenames)
public
Hide source
# File lib/shell/command-processor.rb, line 306 def cat(*filenames) Cat.new(@shell, *filenames) end