Class: Thin::Connection
- Inherits:
-
Object
- Object
- Thin::Connection
- Defined in:
- lib/fnordmetric/ext.rb
Instance Method Summary collapse
Instance Method Details
#pre_process ⇒ Object
70 71 72 73 |
# File 'lib/fnordmetric/ext.rb', line 70 def pre_process @request.env['async.connection'] = self pre_process_orig end |
#pre_process_orig ⇒ Object
68 |
# File 'lib/fnordmetric/ext.rb', line 68 alias :pre_process_orig :pre_process |