# File lib/plucky/extensions/symbol.rb, line 65
  def initialize(field, operator, options={})
    @field, @operator = field, operator
  end