Returns a new instance of Static.
5 6 7 8 9 10
# File 'lib/tansu/static.rb', line 5 def initialize(app, root) @app = app @root = root @file_server = Rack::File.new(root) @parser = URI::Parser.new end