JetBrains / ruby-type-inference

Dynamic definitions and types provider for ruby static analysis
Apache License 2.0
137 stars 7 forks source link

Bobko/included modules to ancestors #19

Closed nikitabobko closed 6 years ago

nikitabobko commented 6 years ago

Mainly removed implementation (which were based on included_modules) for the class structure traversing and replaced it with ObjectSpace's ancestors variant. Also made some refactoring for Kotlin code.