# File lib/dm-core/query/conditions/operation.rb, line 9 def self.new(slug, *operands) if klass = operation_class(slug) klass.new(*operands) else raise "No Operation class for `#{slug.inspect}' has been defined" end end