Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Any
-
Patch
Description
We have the following methods in DGM on File objects:
newPrintWriter(File file, Closure closure)
newPrintWriter(File file, String charset, Closure closure)
withWriter(File file, Closure closure)
withWriter(File file, String charset, Closure closure)
withPrintWriter(File file, Closure closure)
We have no
withPrintWriter(File file, String charset, Closure closure)
Attached patch implements this in DGM.