view wisdom/raii @ 7772:7fb236547b17

<Moon__-> mkx mkcmd//\'key=$@ && echo "$key" && chmod+x "$key"\'
author HackBot
date Thu, 05 May 2016 03:06:14 +0000
parents de3812789118
children bfd7a53531df
line wrap: on
line source

RAII means you allocate in the constructor and deallocate in the destructor. There is no 'initializer' involved.