Uname: Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Software: LiteSpeed
PHP version: 8.1.32 [ PHP INFO ] PHP os: Linux
Server Ip: 162.213.251.212
Your Ip: 3.148.210.152
User: allssztx (535) | Group: allssztx (533)
Safe Mode: OFF
Disable Function:
NONE

name : cdesc-Builder.yaml
--- !ruby/object:RI::ClassDescription 
attributes: []

class_methods: 
- !ruby/object:RI::MethodSummary 
  name: app
- !ruby/object:RI::MethodSummary 
  name: new
- !ruby/object:RI::MethodSummary 
  name: new_from_string
- !ruby/object:RI::MethodSummary 
  name: parse_file
comment: 
- !ruby/struct:SM::Flow::P 
  body: Rack::Builder implements a small DSL to iteratively construct Rack applications.
- !ruby/struct:SM::Flow::P 
  body: "Example:"
- !ruby/struct:SM::Flow::VERB 
  body: " require 'rack/lobster'\n app = Rack::Builder.new do\n   use Rack::CommonLogger\n   use Rack::ShowExceptions\n   map "/lobster" do\n     use Rack::Lint\n     run Rack::Lobster.new\n   end\n end\n\n run app\n"
- !ruby/struct:SM::Flow::P 
  body: Or
- !ruby/struct:SM::Flow::VERB 
  body: " app = Rack::Builder.app do\n   use Rack::CommonLogger\n   run lambda { |env| [200, {'Content-Type' => 'text/plain'}, ['OK']] }\n end\n\n run app\n"
- !ruby/struct:SM::Flow::P 
  body: <tt>use</tt> adds middleware to the stack, <tt>run</tt> dispatches to an application. You can use <tt>map</tt> to construct a Rack::URLMap in a convenient way.
constants: []

full_name: Rack::Builder
includes: []

instance_methods: 
- !ruby/object:RI::MethodSummary 
  name: call
- !ruby/object:RI::MethodSummary 
  name: map
- !ruby/object:RI::MethodSummary 
  name: run
- !ruby/object:RI::MethodSummary 
  name: to_app
- !ruby/object:RI::MethodSummary 
  name: use
- !ruby/object:RI::MethodSummary 
  name: warmup
name: Builder
superclass: Object
© 2025 GrazzMean-Shell