We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbad665 + 89bec7f commit e9163f7Copy full SHA for e9163f7
README.md
@@ -101,7 +101,7 @@ CRuby methods are mapped to Go methods based on the following rules
101
102
* No lowercase letters included (`/^[A-Z0-9_]+$/`)
103
* No changes
104
- * e.g. `RB_NUM2UINT`
+ * e.g. `RB_NUM2UINT` (CRuby) -> `ruby.RB_NUM2UINT` (Go)
105
* Lowercase letters included
106
* Converted to CamelCase
107
* e.g. `rb_define_method` (CRuby) -> `ruby.RbDefineMethod` (Go)
0 commit comments