File.open('some_file', 'w') do |f| f.write mySymbolizedHash.awesome_inspect end
awesome_inspect seems to be undocumented, but ai appears to be an alias and is used everywhere.
You can redirect STDOUT to a file as shown here: http://stackoverflow.com/questions/1470344/outputting-stdout-to-a-file-and-back-again awesome_print does not seem to return a value, so without assigning it variable :( affairs> source share