I recieve quite some errors like this. foobar.rb:156: warning: duplicated when clause is ignored I understand that there are multiple when clauses. Is there any way for Ruby to tell me which are duplicated though? If I would know which ones are duplicated, I could remove those entries and make ruby happy. -- Posted via http://www.ruby-forum.com/.