Class: Array

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

Overview

Copied from Sensu (0.9.3)

Instance Method Summary collapse

Instance Method Details

#deep_merge(other_array, &merger) ⇒ Object



117
118
119
# File 'lib/sensu-handler.rb', line 117

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