# File lib/docker/util.rb, line 262 def glob_all_files(pattern) Dir.glob(pattern, File::FNM_DOTMATCH) - ['..', '.'] end