HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Ruby27-x64/lib/ruby/gems/2.7.0/doc/puma-6.1.0/ri/Puma/Rack/Builder/cdesc-Builder.ri
U:RDoc::NormalClass[iI"Builder:ETI"Puma::Rack::Builder;TI"Object;To:RDoc::Markup::Document:@parts[o;;[o:RDoc::Markup::Paragraph;[I"HRack::Builder implements a small DSL to iteratively construct Rack ;TI"applications.;To:RDoc::Markup::BlankLineo;	;[I"
Example:;T@o:RDoc::Markup::Verbatim;[I"require 'rack/lobster'
;TI" app = Rack::Builder.new do
;TI"  use Rack::CommonLogger
;TI"   use Rack::ShowExceptions
;TI"  map "/lobster" do
;TI"    use Rack::Lint
;TI"    run Rack::Lobster.new
;TI"  end
;TI"	end
;TI"
;TI"
run app
;T:@format0o;	;[I"Or;T@o;;[I" app = Rack::Builder.app do
;TI"  use Rack::CommonLogger
;TI"L  run lambda { |env| [200, {'Content-Type' => 'text/plain'}, ['OK']] }
;TI"	end
;TI"
;TI"
run app
;T;0o;	;[I"M+use+ adds middleware to the stack, +run+ dispatches to an application. ;TI"GYou can use +map+ to construct a Rack::URLMap in a convenient way.;T:
@fileI"lib/puma/rack/builder.rb;T:0@omit_headings_from_table_of_contents_below0;
0;0[[[[[I"
class;T[[:public[	[I"app;TI"lib/puma/rack/builder.rb;T[I"new;T@>[I"new_from_string;T@>[I"parse_file;T@>[:protected[[:private[[I"
instance;T[[;[[I"	call;T@>[I"map;T@>[I"run;T@>[I"to_app;T@>[I"use;T@>[I"warmup;T@>[;[[;[[I"generate_map;T@>[[U:RDoc::Context::Section[i0o;;[;
0;0[@2I"Puma::Rack;TcRDoc::NormalModule