From: "tenderlovemaking (Aaron Patterson) via ruby-core" Date: 2025-01-08T00:40:32+00:00 Subject: [ruby-core:120540] [Ruby master Feature#21005] Update the source location method to include line start/stop and column start/stop details Issue #21005 has been updated by tenderlovemaking (Aaron Patterson). It seems like a very similar solution to what @mame is proposing was merged at one point as Feature #14836. It seems `RubyVM::AST` doesn't exist anymore, but it should be possible to do something similar. For example, this code _should_ work: ```ruby f = proc { <