We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add basic support for Modules.
Module
The text was updated successfully, but these errors were encountered:
Can this be prioritized? I would greatly appreciate it.
Class already has:
rb_define_module
rb_define_module_under
I see we need:
rb_define_module_function
rb_define_private_method
Maybe rb_define_alloc_func see Helix line: libcruby-sys/src/lib.rs#L199
rb_define_alloc_func
Sorry, something went wrong.
private method and module method added
08c9617
Mentioned in PR d-unsed/ruru#56
No branches or pull requests
Add basic support for
Module
s.The text was updated successfully, but these errors were encountered: