Open Yegorov opened 2 years ago
Currently only files are supported. I'll looking into supporting anything that can be written to. Sorry for being slow to respond.
It would be too much of a change to support StringIO with little gain. Did you know you can create a new Builder without and io and it will build a string? Line 1472 of the test.rb file is an example of that.
Hello! It possible use
StringIO
inOx::Builder
?