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 collapse

Instance Method Details

#to_9p(field_values) ⇒ Object



243
244
245
# File 'lib/rumai/ixp/message.rb', line 243

def to_9p field_values
  value_to_9p field_values[@countee.name].length
end