Method: CodeMiner::ArrayProcessor#on_qwords_add

Defined in:
lib/codeminer/processors/array_processor.rb

#on_qwords_add(args, str) ⇒ Object



13
14
15
# File 'lib/codeminer/processors/array_processor.rb', line 13

def on_qwords_add(args, str)
  args.add(str)
end