Method: FFI::DataConverter#to_native

Defined in:
lib/ffi/data_converter.rb

#to_native(value, ctx) ⇒ Object

Convert to a native type.



58
59
60
# File 'lib/ffi/data_converter.rb', line 58

def to_native(value, ctx)
  value
end