class Grape::API::Instance

def call!(env)

A non-synchronized version of ::call.
def call!(env)
  instance.call(env)
end