You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -115,7 +115,7 @@ CRuby methods are mapped to Go methods based on the following rules
115
115
* e.g. `rb_define_method` (CRuby) -> `ruby.RbDefineMethod` (Go)
116
116
117
117
### Limitation
118
-
Most of the methods defined in `ruby.h` are automatically generated and defined in [ruby/function_generated.go](ruby/function_generated.go).
118
+
Most of the methods defined in `ruby.h` are automatically generated and defined in [ruby/function_ruby_3_3_generated.go](ruby/function_ruby_3_3_generated.go).
119
119
120
120
However, some of the methods listed below are not supported.
0 commit comments