Module: Rumai::IXP::Struct::Field::CounterField
- Defined in:
- lib/rumai/ixp/message.rb
Overview
Methods for a field that counts the length of another field.
Instance Method Summary
Instance Method Details
- (Object) to_9p(field_values)
236 237 238 |
# File 'lib/rumai/ixp/message.rb', line 236 def to_9p field_values value_to_9p field_values[@countee.name].length end |