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

Move #itself and #object_id from Object to Kernel #2536

Merged
merged 1 commit into from Jan 28, 2015

Conversation

sferik
Copy link
Contributor

@sferik sferik commented Jan 28, 2015

I was previously unaware that Ruby does not define any methods directly on the Object class. Object is merely BasicObject with Kernel mixed in.

This pull request makes this right.

@sferik sferik force-pushed the move_object_methods_to_kernel branch 2 times, most recently from 3997bd4 to 0fe1ebe Compare January 28, 2015 21:35
@sferik sferik force-pushed the move_object_methods_to_kernel branch from 0fe1ebe to 5040d48 Compare January 28, 2015 21:36
headius added a commit that referenced this pull request Jan 28, 2015
Move #itself and #object_id from Object to Kernel
@headius headius merged commit 8e86650 into jruby:master Jan 28, 2015
@headius headius added this to the JRuby 9.0.0.0.pre2 milestone May 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants