You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Ruby 2.0+ const_defined? with Autoload does not load a constant, but JRuby does load said constant. While it helped me surface a bug in my source, it also helped me surface an inconsistency with JRuby.
The text was updated successfully, but these errors were encountered:
On Ruby 2.0+
const_defined?
with Autoload does not load a constant, but JRuby does load said constant. While it helped me surface a bug in my source, it also helped me surface an inconsistency with JRuby.The text was updated successfully, but these errors were encountered: