Actions
Bug #5070
closedCSV.generate should not modify the given option hash
Description
Currently:
CSV.generate( {}.freeze ) # => RuntimeError: can't modify frozen Hash
I'm not sure where these tests would ideally go; In the attached patch, I've put them at the end of csv/test_interface
If you can, please make the modifications you see fit, or else I'll commit this in a of week or two.
(From http://stackoverflow.com/questions/6759487/ruby-hash-object-changed-by-csv-library )
Files
Actions
Like0
Like0Like0