From: Francis Hwang Date: 2006-01-04T06:52:58+09:00 Subject: Re: DSL help? gabriele renzi wrote: > look on RAA for the "Criteria" package, you may find it interesting and > a moe tested than your own. At least you can fish in it for good ideas > if you don't want to use it :) Or Lafcadio ( http://rubyforge.org/projects/lafcadio/ ) which unabashedly stole the idea from Criteria and altered it slightly. Maybe improved it? Who's to say. For example: users = User.get { |u| u.fname.equals( 'Francis' ) & u.lname.equals( 'Hwang' ) }