Class: ModelFox::LibModelFox::ModelFoxStringView
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- ModelFox::LibModelFox::ModelFoxStringView
- Defined in:
- lib/modelfox/modelfox.rb
Instance Method Summary collapse
Instance Method Details
#into_string ⇒ Object
790 791 792 |
# File 'lib/modelfox/modelfox.rb', line 790 def into_string self[:ptr].read_string(self[:len]).force_encoding('utf-8') end |