We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1f1fd commit 894b388Copy full SHA for 894b388
lib/rdoc/top_level.rb
@@ -311,7 +311,7 @@ def initialize(file_name)
311
# An RDoc::TopLevel is equal to another with the same absolute_name
312
313
def == other
314
- other.class === self and @absolute_name == other.absolute_name
+ self.class === other and @absolute_name == other.absolute_name
315
end
316
317
alias eql? ==
0 commit comments