= private = protected
glob(pattern)
def sort(*filenames)
Sort.new(self, *filenames)
end
Returns a Glob filter object, with the given pattern object
# File lib/shell/command-processor.rb, line 311 def glob(pattern) Glob.new(@shell, pattern) end