Methods for a field that counts the length of another field.

Methods
T
Instance Public methods
to_9p(field_values)
# File lib/rumai/ixp/message.rb, line 244
          def to_9p field_values
            value_to_9p field_values[@countee.name].length
          end