From: Martin DeMello Date: 2009-03-08T09:55:11+09:00 Subject: Re: how to un-ragged a 2D array? On Sun, Mar 8, 2009 at 5:38 AM, Phlip wrote: > Martin DeMello wrote: >> >> class Fixnum >>  def to_a >>     [self, self] >>  end >> end >> >> :) > > That thing with the colon and paren, is it Ruby's operator to > turn-this-monkey-patch-off-if-Fixnum-gets-reused-in-other-modules, > mebbe? Indeed (: martin