# File lib/fssm/pathname.rb, line 201
    def self.[](pattern)
      Dir[pattern].map! {|d| FSSM::Pathname.new(d) }
    end