# File lib/ferret/field_symbol.rb, line 83 83: def method_missing(method, *args) 84: @symbol.__send__(method, *args) 85: end