Do we need to close StringIO objects after usage in Ruby in order to free resources, like we do with the real IO objects?
obj = StringIO.new \"some string\"
No, but it is good for memory optimization