Method: FFI::MsgPack::MsgArray#length
- Defined in:
- lib/ffi/msgpack/msg_array.rb
#length ⇒ Integer
The length of the MsgPack Array.
17 18 19 |
# File 'lib/ffi/msgpack/msg_array.rb', line 17 def length self[:size] end |
The length of the MsgPack Array.
17 18 19 |
# File 'lib/ffi/msgpack/msg_array.rb', line 17 def length self[:size] end |