Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ We provide auto-generated bindings for (almost) all CRuby functions available wh

See below for details.

* [ruby/enum_generated.go](ruby/enum_generated.go)
* [ruby/function_generated.go](ruby/function_generated.go)
* [ruby/type_generated.go](ruby/type_generated.go)
* [ruby/enum_ruby_3_3_generated.go](ruby/enum_ruby_3_3_generated.go)
* [ruby/function_ruby_3_3_generated.go](ruby/function_ruby_3_3_generated.go)
* [ruby/type_ruby_3_3_generated.go](ruby/type_ruby_3_3_generated.go)
* [_tools/ruby_h_to_go/](_tools/ruby_h_to_go/)

## Specification
Expand All @@ -115,7 +115,7 @@ CRuby methods are mapped to Go methods based on the following rules
* e.g. `rb_define_method` (CRuby) -> `ruby.RbDefineMethod` (Go)

### Limitation
Most of the methods defined in `ruby.h` are automatically generated and defined in [ruby/function_generated.go](ruby/function_generated.go).
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).

However, some of the methods listed below are not supported.

Expand Down
Loading