Class: Integer

Public Visibility

Public Instance Method Summary

#to_9p(aNumBytes)

Transforms this object into a string of 9P2000 bytes.

Public Instance Method Details

to_9p

public to_9p(aNumBytes)

Transforms this object into a string of 9P2000 bytes.

[View source]


583
584
585
# File 'lib/rumai/ixp/message.rb', line 583

def to_9p aNumBytes
  [self].pack Rumai::IXP::Stream::PACKING_FLAGS[aNumBytes]
end