lsegal / yard

YARD is a Ruby Documentation tool. The Y stands for "Yay!"
http://yardoc.org
MIT License
1.95k stars 398 forks source link

Fix resolving mixins that mix themselves in #1467

Closed ccutrer closed 1 year ago

ccutrer commented 2 years ago

Description

module A
  B.include(self)
end

Wasn't working properly

Completed Tasks

lsegal commented 1 year ago

Sorry about the delay-- thanks for the PR!