--0-882415816-11344299460511
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
I have a large amount of text pairs (no spaces inthe text) that I need to turn into a hash. Is there a shorcut that will allow me to create the hash without entering the quotes and arrows?
%w(apple bananna orange grape)
["apple", "bananna", "orange", "grape"]
Hash["apple","bananna","orange","grape"]
"apple"