Object
Converts an array of values to a hash. the even indexes are the hash keys the odd indexes are the hash values
# File lib/caricature/core_ext/array.rb, line 6 6: def to_h 7: h = Hash[*self] 8: h.symbolize_keys! 9: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.