Class: Integer

Inherits:
Object show all
Defined in:
lib/rumai/ixp/message.rb

Instance Method Summary collapse

Instance Method Details

#to_9p(num_bytes) ⇒ Object

Transforms this object into a string of 9P2000 bytes.



675
676
677
# File 'lib/rumai/ixp/message.rb', line 675

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