Module: Rumai::IXP::Struct::Field::CounterField
Methods for a field that counts the length of another field.
Public Visibility
Public Instance Method Summary
#to_9p(aFieldValues) |
---|
Public Instance Method Details
to_9p
public
to_9p(aFieldValues)
[View source]
184 185 186 |
# File 'lib/rumai/ixp/message.rb', line 184 def to_9p aFieldValues value_to_9p aFieldValues[@countee.name].length end |