"Nathaniel Talbott" <ntalbott / rolemodelsoft.com> 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