[Source]
# File lib/sinatra/test.rb, line 111 111: def initialize(app=nil) 112: @app = app || Sinatra::Application 113: end
[Validate]