= private = protected
cat(*filenames)
Returns a Cat object, for the given filenames
# File lib/shell/command-processor.rb, line 301 def cat(*filenames) Cat.new(@shell, *filenames) end