Object
Monkey Patching.
# File lib/sensu-plugin/utils.rb, line 52 def deep_merge(other_array, &merger) concat(other_array).uniq end