This would allow constructs such as: ``` $csvFile1 = new CsvFile(tmpfile()); $csvFile2 = new CsvFile(STDOUT); ``` What do you think? Pull request later if time allows.
This would allow constructs such as:
What do you think? Pull request later if time allows.