Object
@api private
# File lib/dm-core/query/operator.rb, line 30 def initialize(target, operator) @target, @operator = target, operator.to_sym end
# File lib/dm-core/query/operator.rb, line 23 def inspect "#<#{self.class.name} @target=#{target.inspect} @operator=#{operator.inspect}>" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.