# File lib/rack/directory.rb, line 45 def initialize(root, app=nil) @root = F.expand_path(root) @app = app || Rack::File.new(@root) end