os6sense / xumlidot

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

Fix internal class problem #43

Closed sinecode closed 2 years ago

sinecode commented 2 years ago

The problem was that the method was added to the @last_added variable, which was occupied by the internal class. I added the method pop_last_added in the class Xumlidot::Parsers::Stack::Constant to pop the @last_added variable and to set it as the parent constants.