Simple library that converts a nested hash (or a non-nested hash) to two arrays.
One array contains the hash keys and the other hash contains the hash values.
This is meant to be an example of how to create a C extension for ruby.
ruby extconf.rb
make
ruby test.rb
Check out test.rb
© 2011-2013 Chris Parker, released under the MIT license