Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/facets/hash/recursively_comparing.rb

Defined Under Namespace

Classes: ComparingRecursor

Instance Method Summary collapse

Instance Method Details

#recursively_comparing(other_enum, path: [], &block) ⇒ Object



4
5
6
# File 'lib/facets/hash/recursively_comparing.rb', line 4

def recursively_comparing(other_enum, path: [], &block)
  ComparingRecursor.new(self, other_enum, &block)
end