Skip to content
New issue

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 modules to ruby-sys #56

Open
d-unsed opened this issue Jan 10, 2017 · 1 comment
Open

Add modules to ruby-sys #56

d-unsed opened this issue Jan 10, 2017 · 1 comment

Comments

@d-unsed
Copy link
Owner

d-unsed commented Jan 10, 2017

Add basic support for Modules.

@d-unsed d-unsed added this to the v1.0 milestone Jan 10, 2017
@danielpclark
Copy link
Contributor

danielpclark commented Feb 1, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants