method

merge_array

ruby latest stable - Class: RDoc::Generator::POT::POEntry

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.

merge_array(array1, array2)
private

No documentation available.

# File lib/rdoc/generator/pot/po_entry.rb, line 136
  def merge_array array1, array2
      (array1 + array2).uniq
  end