natalie-lang / natalie

a work-in-progress Ruby compiler, written in Ruby and C++
https://natalie-lang.org
MIT License
931 stars 61 forks source link

Fix public_methods et al, for real this time #2202

Closed seven1m closed 1 month ago

seven1m commented 1 month ago

There was a bug in our spec runner that was giving faulty signals when I worked on #2194. This fixes that, and fixes the methods I "fixed" on that PR.