Module: Simple::Httpd::ServiceAdapter::Helpers

Defined in:
lib/simple/httpd/service_adapter.rb

Instance Method Summary collapse

Instance Method Details

#contextObject



94
95
96
97
98
# File 'lib/simple/httpd/service_adapter.rb', line 94

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