Class: Integer

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

Instance Method Summary

Instance Method Details

- (Object) to_9p(num_bytes)

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