How to call a method of a module properly in ruby C-api?...
Read MoreLinker not finding ruby symbols (such as ruby_init) when trying to compile C program which uses libr...
Read MoreHow do I extend my ruby class with a c extension?...
Read MoreRuby and C API: rb_funcall_with_block on global method? How to call ruby global method with block fr...
Read MoreRuby constants in singleton methods...
Read MoreRuby in C using Singleton module crashes...
Read Moreruby native extension: undefined symbol...
Read Morerb_class_new_instance raises "ArgumentError: wrong type" - why?...
Read MoreCan we install C gems in ruby 2.7.0...
Read MoreRuby extension wrapper around C library fails to load installed library...
Read MoreIs memory freed after using StringValueCStr?...
Read MoreDifference between Data_Wrap_Struct and TypedData_Wrap_Struct?...
Read MoreHow do I convert a Block to a Proc in a Ruby 1.9 C extension?...
Read MoreHow can a Ruby C extension store a proc for later execution?...
Read MoreNative extensions fallback to pure Ruby if not supported on gem install...
Read MoreRuby (2.0) c extension return array of arrays from c function...
Read MoreRuby C extension: Is there a way to finalize?...
Read MoreRuby Global Interpreter Lock (GIL) - rb_thread_call_without_gvl...
Read MoreHow to call exit from a script loaded via rb_load_protect without a segfault...
Read Morehave_header from mkmf throws an error in Jruby...
Read MorePossible side effects of doing a typedef of a struct to an array of one element in C...
Read MoreHow do I compile/create a ruby extension that uses c?...
Read MoreRuby C extension compile error: expected ‘)’ before ‘event’...
Read MoreHow to pass keywords to a Ruby method from a C extension?...
Read MoreUse gems with c-extensions in JRuby, or port them to Java?...
Read MoreC - Allocate a struct within a function using the struct pointer as argument...
Read MoreRuby C API - From ruby array to C array...
Read More