# File lib/grape/api/instance.rb, line 50 def call(env) LOCK.synchronize { compile } unless instance call!(env) end