Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/zander/ht.rb

Overview

Hash Tools

Instance Method Summary collapse

Instance Method Details

#keys_to_symObject



15
16
17
# File 'lib/zander/ht.rb', line 15

def keys_to_sym
	change_keys(self)
end