# File lib/vendor/fssm/fssm/pathname.rb, line 256
      def [](pattern)
        Dir[pattern].map! {|path| new(path)}
      end