Class: Contrast::Framework::Rack::Support
- Inherits:
-
BaseSupport
- Object
- BaseSupport
- Contrast::Framework::Rack::Support
- Extended by:
- Patch::Support
- Defined in:
- lib/contrast/framework/rack/support.rb
Overview
Used when Rack is present to define framework specific behavior. For now, the only part of this implemented is the Patch Support.
Class Method Summary collapse
Methods included from Patch::Support
Methods inherited from BaseSupport
after_load_patches, application_name, before_load_patches!, collect_routes, current_route, retrieve_request, server_type, streaming?, version
Class Method Details
.detection_class ⇒ Object
15 16 17 |
# File 'lib/contrast/framework/rack/support.rb', line 15 def detection_class 'don\'t let me be detected' end |