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_specific_options(stage, options)
  scope = options.delete(stage) || {}
  options.merge(scope)
end