module Middleman::CoreExtensions::Request::ClassMethods

def call(env)

Other tags:
    Private: -
def call(env)
  prototype.call(env)
end