Add ary_clear method and use it (wikitext, 9b411a0)
A bit of a micro-optimization: add an ary_clear method equivalent to the Array#clear method. Although the speed-up should be intangible it does make the resulting code look a little bit neater.
Signed-off-by: Greg Hurrell <greg@hurrell.net>