Class: YARD::Amp::ModernWorkflowHandler

Inherits:
ModernAmpCommandHandler show all
Defined in:
lib/yard-amp/modern_handler.rb

Instance Method Summary collapse

Methods inherited from ModernAmpCommandHandler

#attach_metadata

Methods included from ParsingHelpers

#clean_string, #construct_docstring, #parse_hash, #split_by_comma_smart

Instance Method Details

#processObject



79
80
81
82
83
# File 'lib/yard-amp/modern_handler.rb', line 79

def process
  return unless super
  params = statement.parameters
  .merge!(workflow: clean_string(params.first.source))
end