diff --git a/index.html b/index.html index 338129e..d16d063 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@
- Current Release: 6.3.0 + Current Release: 6.4.0
@@ -95,7 +95,7 @@
::Process.respond_to? :fork+ # File 'lib/puma/detect.rb', line 9
::Process.respond_to? :fork
::IO.public_instance_methods(false).include? :wait_readable+ # File 'lib/puma/detect.rb', line 11
::IO.public_instance_methods(false).include? :wait_readable
const_defined?(:MiniSSL, false) && MiniSSL.const_defined?(:Engine, false)+ # File 'lib/puma.rb', line 27
const_defined?(:MiniSSL, false) && MiniSSL.const_defined?(:Engine, false)
Object.const_defined?(:UNIXSocket) && !IS_WINDOWS+ # File 'lib/puma.rb', line 29
Object.const_defined?(:UNIXSocket) && !IS_WINDOWS
{ + # File 'lib/puma/const.rb', line 17{ 100 => 'Continue', 101 => 'Switching Protocols', 102 => 'Processing', @@ -263,12 +263,12 @@Constant Summary
Object.const_defined? :JRUBY_VERSION+ # File 'lib/puma/detect.rb', line 13
Object.const_defined? :JRUBY_VERSION
!(IS_OSX || IS_WINDOWS)+ # File 'lib/puma/detect.rb', line 20
!(IS_OSX || IS_WINDOWS)
(RUBY_ENGINE == 'ruby' || RUBY_ENGINE.nil?)+ # File 'lib/puma/detect.rb', line 23
(RUBY_ENGINE == 'ruby' || RUBY_ENGINE.nil?)
RUBY_PLATFORM.include? 'darwin'+ # File 'lib/puma/detect.rb', line 15
RUBY_PLATFORM.include? 'darwin'
!!(RUBY_PLATFORM =~ /mswin|ming|cygwin/) || + # File 'lib/puma/detect.rb', line 17!!(RUBY_PLATFORM =~ /mswin|ming|cygwin/) || IS_JRUBY && RUBY_DESCRIPTION.include?('mswin')
PluginRegistry.new+ # File 'lib/puma/plugin.rb', line 74
PluginRegistry.new
{ + # File 'lib/puma/const.rb', line 84{ 204 => true, 205 => true, 304 => true @@ -430,7 +430,7 @@Class Attribute Details
.abstract_unix_socket? ⇒
- [ GitHub ] + [ GitHub ]Boolean
(readonly)- [ GitHub ] + [ GitHub ]@@ -466,7 +466,7 @@
@@ -499,7 +499,7 @@- [ GitHub ] + [ GitHub ]
@@ -518,7 +518,7 @@
.jruby? ⇒
- [ GitHub ] + [ GitHub ]Boolean
(readonly)@@ -553,7 +553,7 @@- [ GitHub ] + [ GitHub ]
@@ -572,7 +572,7 @@
.osx? ⇒
- [ GitHub ] + [ GitHub ]Boolean
(readonly)@@ -591,7 +591,7 @@
.ssl? ⇒
- [ GitHub ] + [ GitHub ]Boolean
(readonly)@@ -610,7 +610,7 @@
.stats_object=(val) (writeonly)
- [ GitHub ] + [ GitHub ]@@ -629,7 +629,7 @@
.windows? ⇒
- [ GitHub ] + [ GitHub ]Boolean
(readonly)@@ -649,7 +649,7 @@Class Method Details
.set_thread_name(name)
- [ GitHub ] + [ GitHub ]@@ -668,7 +668,7 @@
.stats
- [ GitHub ] + [ GitHub ]@@ -703,7 +703,7 @@- [ GitHub ] + [ GitHub ]
@@ -739,7 +739,7 @@- [ GitHub ] + [ GitHub ]
@@ -758,7 +758,7 @@
#stats_object (rw)
- [ GitHub ] + [ GitHub ]diff --git a/puma/Puma/App.html b/puma/Puma/App.html index 0efc00e..83b84b1 100644 --- a/puma/Puma/App.html +++ b/puma/Puma/App.html @@ -8,7 +8,7 @@ -Module: Puma::App — Puma-6.3.0 +Module: Puma::App — Puma-6.4.0 @@ -50,7 +50,7 @@[ GitHub ] + [ GitHub ] -@@ -191,7 +191,7 @@Instance Method Details
#authenticate(env) (private)
- [ GitHub ] + [ GitHub ]- [ GitHub ] + [ GitHub ]@@ -218,7 +218,7 @@
@@ -291,7 +291,7 @@
#rack_response(status, body, content_type = 'application/json') (private)
- [ GitHub ] + [ GitHub ]diff --git a/puma/Puma/Binder.html b/puma/Puma/Binder.html index be4df90..0523af8 100644 --- a/puma/Puma/Binder.html +++ b/puma/Puma/Binder.html @@ -8,7 +8,7 @@ -Class: Puma::Binder — Puma-6.3.0 +Class: Puma::Binder — Puma-6.4.0 @@ -50,7 +50,7 @@