1680 1681 1682
# File 'lib/sinatra/base.rb', line 1680 def call(env) synchronize { prototype.call(env) } end