Module: Simple::Httpd::ServiceAdapter::Helpers
- Defined in:
- lib/simple/httpd/service_adapter.rb
Instance Method Summary collapse
Instance Method Details
#context ⇒ Object
99 100 101 102 103 |
# File 'lib/simple/httpd/service_adapter.rb', line 99 def context # We return nil here. nil *is* a valid value for Simple::Service.with_context. # Important is that with_context is being called. nil end |