2 3 4 5
# File 'lib/stbaldricks/patches/array.rb', line 2 def symbolize! each { |it| it.symbolize! if it.is_a?(Hash) || it.is_a?(Array) } self end