``` require 'wrong' include Wrong assert{(1..2) == (1..1)} ``` produces a NoMethodError instead of the usual description (tested on ruby 2.1 and 1.9.3)