Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/common/type.rb
Original file line number Diff line number Diff line change
@@ -322,7 +322,7 @@ def self.include_modules_from(included_module, klass)
changed = true
end

constants_changed ||= mod.constants.any?
constants_changed ||= mod.constant_table.size > 0
end

mod = mod.direct_superclass

0 comments on commit bd8361b

Please sign in to comment.