Module: Cramp::KeepConnectionAlive
- Extended by:
- ActiveSupport::Concern
- Includes:
- PeriodicTimer
- Included in:
- Action
- Defined in:
- lib/cramp/keep_connection_alive.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Methods included from PeriodicTimer
Instance Method Details
#keep_connection_alive ⇒ Object
14 15 16 |
# File 'lib/cramp/keep_connection_alive.rb', line 14 def keep_connection_alive @body.call " " end |