Anyolite / anyolite

Embedded mruby/Ruby for Crystal
https://anyolite.github.io/anyolite
MIT License
162 stars 10 forks source link

Non-public initialize methods are not wrapped #4

Closed Hadeweka closed 3 years ago

Hadeweka commented 3 years ago

If an 'initialize' method is private or protected for some reason, it will not be wrapped and a default constructor is used instead (which should not happen).

How to fix this:

This bug will get fixed in version 0.6.1 in the next days.