method
cat
ruby latest stable - Class:
Shell ::CommandProcessor
cat(*filenames)public
Returns a Cat object, for the given filenames
# File lib/shell/command-processor.rb, line 301
def cat(*filenames)
Cat.new(@shell, *filenames)
end 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