Method: Hanuman::GraphBuilder#handle_dsl_arguments_for

Defined in:
lib/hanuman/graph.rb

#handle_dsl_arguments_for(stage, *args, &blk) ⇒ Object



69
70
71
72
73
# File 'lib/hanuman/graph.rb', line 69

def handle_dsl_arguments_for(stage, *args, &blk)
  options = args.extract_options!
  stage.merge!(options)
  stage
end