Method: Riser::DRbServiceFront#postprocess
- Defined in:
- lib/riser/services.rb
#postprocess(name, &block) ⇒ Object
:yields: service_front
36 37 38 39 |
# File 'lib/riser/services.rb', line 36 def postprocess(name, &block) # :yields: service_front @services[name].postprocess = block nil end |