Hi, In message "Re: A min/max bug?" on 03/11/04, Sean Russell <ser / germane-software.com> writes: |Or, put another way, grouping. Ruby is parsing this as | | ( p ("a"..."f") ).min {|a,b| a<=>b} I don't think so. Since "nil" ("p" return value) does not have "min" method, it gives an exception instead of "nil". matz.