For holding utility methods
Rekey a string-keyed hash with equivalent symbols.
# File lib/mysql2.rb, line 35 def self.key_hash_as_symbols(hash) return nil unless hash Hash[hash.map { |k,v| [k.to_sym, v] }] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.