17 18 19 20 21 22 23 24 25 26
# File 'lib/grenweb/help.rb', line 17 def call(env) @env = env @request = Rack::Request.new(env) @query = Query.new(@request) @response = Rack::Response.new @response["Content-Type"] = "text/html; charset=UTF-8" render end