class Ferret::FieldSymbol

def method_missing(method, *args)

def method_missing(method, *args)
  @symbol.__send__(method, *args)
end