Class: Integer
Instance Method Summary
-
- (Object) to_9p(num_bytes)
Transforms this object into a string of 9P2000 bytes.
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 |