Method: Hash#reverse

Defined in:
lib/bblib/core/util/hash.rb

#reverseObject

Reverses the order of keys in the Hash



48
49
50
# File 'lib/bblib/core/util/hash.rb', line 48

def reverse
  to_a.reverse.to_h
end