Removed Closure.withDelegate, added byte[].hexdump()
Closure.withDelegate
doesn't work in the majority of cases (especially the situation where you @Grab
the library). For this reason, it has been removed from v0.5.7
I added byte[].hexdump()
to give a nice hexdump view of byte arrays