ruby/lib/error_highlight
John Hawthorn 4e1f20fee6 [ruby/error_highlight] Fix prism_spot_def_for_name for singletons
Previously calling a singleton method with invalid arguments would give:

    RuntimeError: Incompatible locations

This is because `join` wants the operator to come before the location

https://github.com/ruby/error_highlight/commit/44920551dd
2025-11-19 22:27:28 +00:00
..