Object
# File lib/fog/xenserver/utilities.rb, line 2 def symbolize_keys! keys.each do |key| self[(key.to_sym rescue key)] = delete(key) if key.respond_to?(:to_sym) && !key.is_a?(Fixnum) end self end
[Validate]
Generated with the Darkfish Rdoc Generator 2.