Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
function rb_define_module_function (Ruby 3.4 リファレンスマニュアル)
[go: Go Back, main page]

function rb_define_module_function

[edit]
void rb_define_module_function(VALUE module, const char *name, VALUE (*func)(), int argc)

モジュール module にモジュール関数 name を定義します。 func と argc は rb_define_method と同じです。