Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/pg_ldap_sync/compat.rb
Instance Method Summary collapse
Instance Method Details
#transform_keys ⇒ Object
4 5 6 7 8 |
# File 'lib/pg_ldap_sync/compat.rb', line 4 def transform_keys map do |k, v| [yield(k), v] end.to_h end |