Skip to content

Conversation

@eregon
Copy link
Member

@eregon eregon commented Jan 6, 2014

  • there was twice the condition full_name == 'Object' and defined?(::BasicObject),
    therefore making the first instruction useless as overwritten by the second.
  • The logical behavior, which is also explained in the comment upper is now correctly implemented.

* there was twice the condition `full_name == 'Object' and defined?(::BasicObject)`,
  therefore making the first instruction useless as overwritten by the second.
@eregon
Copy link
Member Author

eregon commented Jan 7, 2014

BTW, the build failed only because of 1.8 issues unrelated to this PR.

drbrain added a commit that referenced this pull request Jan 7, 2014
Fix top-level class superclass condition
@drbrain drbrain merged commit 273aa66 into ruby:master Jan 7, 2014
drbrain added a commit that referenced this pull request Jan 7, 2014
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.

2 participants