32 33 34
# File 'lib/graph_matching/ordered_set.rb', line 32 def each @hash.each do |k, _v| yield k end end