<byteit101[m]>
Sure, but are you aware of what apps do with that to play nice with the ecosystem? ie: just load .myapp_irbrc? load main .irbrc and .myapp-irbrc? something else?
<byteit101[m]>
is there a way to patch the "inspect" method for all java classes, or at least those under a specific package?
<byteit101[m]>
(from the ruby side, that is)
<byteit101[m]>
My first thought was I could hook JavaProxyMethods but it seems to be defined per-class?
<byteit101[m]>
headius: ^
<headius>
byteit101: reopening java.lang.Object not high up enough?
<byteit101[m]>
nope. works on object but not children
<byteit101[m]>
headius: that was what i tried first as i kniw inheritance works for jrubyfx needs, but iwas surprised it doesnt work here
<headius>
enebo: I reworked closure field on CallBase to never get a null and it seems to be functional locally
<headius>
I will push this as a PR and see how badly it breaks