= private = protected
glob(pattern)
def sort(*filenames)
Sort.new(self, *filenames)
end
# File lib/shell/command-processor.rb, line 277 def glob(pattern) Glob.new(@shell, pattern) end