From: Jim Menard Date: 2001-03-23T01:40:02+09:00 Subject: [ruby-talk:13083] Re: [ANN] Lapidary 0.2.0 "Nathaniel Talbott" writes: > Actually, assert_equal() will work fine. Any method in Assertions can be > called separated either with camelCase or under_score. If you're really > worried about efficiency, calling camelCase methods is slightly faster, but > other than that, they're exactly the same (I've overriden > Assertions#method_missing() to automatically convert from camelCase to > under_score). I haven't looked at the code yet, but wouldn't it be much more efficient to use alias_method? For example, alias_method :under_score, :camelCase Jim -- Jim Menard, jimm@io.com, http://www.io.com/~jimm/ "Verbing weirds language." -- Calvin