Methods
T
Instance Public methods
to_9p(num_bytes)

Transforms this object into a string of 9P2000 bytes.

# File lib/rumai/ixp/message.rb, line 687
  def to_9p num_bytes
    [self].pack Rumai::IXP::Stream::PACKING_FLAGS[num_bytes]
  end