Class: Rack::ServerStatus::Remover
- Inherits:
-
Object
- Object
- Rack::ServerStatus::Remover
- Defined in:
- lib/rack/server_status.rb
Instance Method Summary collapse
- #call(*args) ⇒ Object
-
#initialize ⇒ Remover
constructor
A new instance of Remover.
Constructor Details
#initialize ⇒ Remover
Returns a new instance of Remover.
137 138 |
# File 'lib/rack/server_status.rb', line 137 def initialize end |
Instance Method Details
#call(*args) ⇒ Object
139 140 141 |
# File 'lib/rack/server_status.rb', line 139 def call(*args) set_state!('_') end |