Class: Capnp::BufferString
- Inherits:
-
BufferList
- Object
- BufferList
- Capnp::BufferString
- Includes:
- String
- Defined in:
- lib/capnp/runtime/list/buffer/string.rb
Constant Summary collapse
- Elem =
type_member { {fixed: String} }
Instance Attribute Summary
Attributes inherited from BufferList
Instance Method Summary collapse
Methods included from String
Methods included from List
Methods inherited from BufferList
Constructor Details
This class inherits a constructor from Capnp::BufferList
Instance Method Details
#to_s ⇒ Object
13 |
# File 'lib/capnp/runtime/list/buffer/string.rb', line 13 def to_s = @data.read_string(0, @length - 1) |