# File lib/sinatra/sugar.rb, line 52 def root_glob(*args, &block) Dir.glob(root_path(*args)).each(&block) end