Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/sensu-plugin/utils.rb

Overview

Monkey Patching.

Instance Method Summary collapse

Instance Method Details

#deep_merge(other_array, &merger) ⇒ Object



54
55
56
# File 'lib/sensu-plugin/utils.rb', line 54

def deep_merge(other_array, &merger)
  concat(other_array).uniq
end