In case you were tempted at making a PR, I already fixed it ;) 2015-07-09 19:15 GMT+02:00 Les Hartzman <[email protected]>:
> The error code is in the GDK documentation under “Working with I/O” in > section 1.5 “Executing External Processes”. > > On Jul 9, 2015, at 10:11 AM, Owen Rubel <[email protected]> wrote: > > can you point me to where this code exists in documentation? > > Owen Rubel > 415-971-0976 > [email protected] > > On Thu, Jul 9, 2015 at 9:53 AM, Les Hartzman <[email protected]> wrote: > >> Hi, >> >> As the subject says, I’ve just gotten started with learning Groovy and >> have been going through the documentation. >> >> There is some code in the section on files that is not explained. If >> someone could clarify that, it would be great: >> >> * doInTmpDir { b -> >> File file = null >> def tmpDir = b.tmp { >> file = 'foo.tmp'('foo') >> }* >> >> What does ‘foo.tmp’(‘foo’) do? >> >> I tried to put this into groovysh but it complained: *No signature of >> method: groovysh_evaluate.foo.tmp() is applicable for argument types: >> (java.lang.String) values: [foo]* >> >> >> Thanks in advance. >> >> Les >> >> >> >> > >
