# File lib/criteria.rb, line 19 def method_missing(m, *args) c = @criterion_type.new(m, *args) c._parent = self return c end