Method: FFI::DataConverter#from_native
- Defined in:
- lib/ffi/data_converter.rb
#from_native(value, ctx) ⇒ Object
Convert from a native type.
63 64 65 |
# File 'lib/ffi/data_converter.rb', line 63 def from_native(value, ctx) value end |