os6sense / xumlidot

RUBY UML class diagram generator with XMI and DOT output.
MIT License
40 stars 7 forks source link

Internal class problem #42

Closed sinecode closed 2 years ago

sinecode commented 2 years ago

If I define a class inside another class, the methods defined in the outside class are displayed in the internal class.

For example:

class MyClass
   class MyInternalClass; end

   def a_method; end

   def another_method; end
end

I get the following dot diagram:

uml.pdf

I'm available to work on this issue because I really like this tool.

os6sense commented 2 years ago

Thanks for the PR, merged; sorry it's taken me so long to get around to this.

os6sense commented 2 years ago

Closing since PR merged.