Class: Gruf::Interceptors::Rails::Reloader
- Inherits:
-
ServerInterceptor
- Object
- Base
- ServerInterceptor
- Gruf::Interceptors::Rails::Reloader
- Defined in:
- lib/gruf/interceptors/rails/reloader.rb
Overview
Triggers rails code reloading between requests
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods included from Errors::Helpers
Methods inherited from Base
Constructor Details
This class inherits a constructor from Gruf::Interceptors::Base
Instance Method Details
#call(&block) ⇒ Object
25 26 27 |
# File 'lib/gruf/interceptors/rails/reloader.rb', line 25 def call(&block) [:reloader].wrap(&block) end |