291 292 293
# File 'lib/atk/file_system.rb', line 291 def self.glob(path) Dir.glob(path, File::FNM_DOTMATCH) - %w[. ..] end