module Roda::RodaPlugins::Unpoly::RequestMethods

Public Instance Methods

up() click to toggle source

An instance of the Inspector.

# File lib/roda/plugins/unpoly.rb, line 42
def up
  RodaInspector.new(env["rack.unpoly"], response)
end