-
Notifications
You must be signed in to change notification settings - Fork 343
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
Missing documentation for object_class
and array_class
#419
Comments
/cc @BurdetteLamar |
I have no understanding of this, and so don't see how to help. |
Digging into the C and Pure implementations:
I'll try to update the documentation. |
byroot
added a commit
that referenced
this issue
Oct 18, 2024
Loading
Loading status checks…
Fix: #419
byroot
added a commit
that referenced
this issue
Oct 18, 2024
Loading
Loading status checks…
Fix: #419
hsbt
pushed a commit
to hsbt/ruby
that referenced
this issue
Oct 26, 2024
hsbt
pushed a commit
to hsbt/ruby
that referenced
this issue
Oct 26, 2024
hsbt
pushed a commit
to ruby/ruby
that referenced
this issue
Oct 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's unclear what methods
object_class
andarray_class
should respond_to. Is it only.new
and#[]=
/.new
and#<<
respectively? This should be documented.Followup to #413
The text was updated successfully, but these errors were encountered: