class Hash

Public Instance Methods

recursively_comparing(other_enum, path: [], &block) click to toggle source
# File lib/facets/hash/recursively_comparing.rb, line 4
def recursively_comparing(other_enum, path: [], &block)
  ComparingRecursor.new(self, other_enum, &block)
end