# File lib/rack/directory.rb, line 41 def initialize(root, app=nil) @root = root @app = app unless defined? @app @app = Rack::File.new(@root) end end