Method: Linecook::Recipe#chain_proxy
- Defined in:
- lib/linecook/recipe.rb
#chain_proxy ⇒ Object
Returns the proxy. Unchains first to ensure that if the proxy is not called, then the previous chain is stopped.
274 275 276 277 |
# File 'lib/linecook/recipe.rb', line 274 def chain_proxy unchain _proxy_ end |