Class: FasterPath::Rust::FromRustArray
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- FasterPath::Rust::FromRustArray
- Defined in:
- lib/faster_path.rb
Instance Method Summary collapse
Instance Method Details
#to_a ⇒ Object
88 89 90 |
# File 'lib/faster_path.rb', line 88 def to_a self[:data].get_array_of_string(0, self[:len]).compact end |