module Sinatra
module Sinatra::Delegator
module Sinatra::Helpers
module Sinatra::Templates
module Sinatra::Templates::ContentTyped
class Sinatra::Application
class Sinatra::Base
class Sinatra::Helpers::StaticFile
class Sinatra::NotFound
class Sinatra::Request
class Sinatra::Response
class Sinatra::ShowExceptions
sinatra
1.1.2
# route
def route @route ||= begin path = Rack::Utils.unescape(path_info) path.empty? ? "/" : path end end