class Object
def recursive_diff(other, self_key = 'self', other_key = 'other')
-
(Hash)-
def recursive_diff(other, self_key = 'self', other_key = 'other') { self_key => self, other_key => other } unless self == other end
(Hash)
-
def recursive_diff(other, self_key = 'self', other_key = 'other') { self_key => self, other_key => other } unless self == other end