Hi, maybe this a silly question. Both Fixnum and String provide a hard coded #succ implementation - an override is quietly ignored and #succ does not show up in Fixnum.methods either. (Ruby has a pretty interesting idea of 'A'..'k' versus 'A'..'kk' by the way). I am curious on why the analog #prec methods is missing? Christoph