Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
Dragonstone::FFI
Constants
RUBY_BRIDGE_ENABLED = {{ env("
DRAGONSTONE_RUBY_LIB
") ? true : false }}
Class methods
call
(function_name :
String
, arguments :
Array
(
InteropValue
)) :
InteropValue
Source
call_c
(function_name :
String
, arguments :
Array
(
InteropValue
)) :
InteropValue
Source
call_crystal
(function_name :
String
, arguments :
Array
(
InteropValue
)) :
InteropValue
Source
call_ruby
(method_name :
String
, arguments :
Array
(
InteropValue
)) :
InteropValue
Source
ensure_ruby_runtime
Source
ruby_available?
Source
Nested types
Dragonstone::FFI::InteropValue
Dragonstone::FFI::Providers
Dragonstone::FFI::Utils