Method: Sinatra::Base.call

Defined in:
lib/sinatra/base.rb

.call(env) ⇒ Object



1680
1681
1682
# File 'lib/sinatra/base.rb', line 1680

def call(env)
  synchronize { prototype.call(env) }
end