Method: Hanuman::GraphBuilder#stage_specific_options
- Defined in:
- lib/hanuman/graph.rb
#stage_specific_options(stage, options) ⇒ Object
38 39 40 41 |
# File 'lib/hanuman/graph.rb', line 38 def (stage, ) scope = .delete(stage) || {} .merge(scope) end |