3839404142434445464748
{ synchronized( _lock ) { if( ! _app.respondsTo( "call" ) ) { throw new InvalidAppException(); } RubyHash env = request.getEnv().toRuby(); IRubyObject[] args = { env };