class Array

Monkey Patching.

Public Instance Methods

deep_merge(other_array, &merger) click to toggle source
# File lib/sensu-plugin/utils.rb, line 54
def deep_merge(other_array, &merger)
  concat(other_array).uniq
end