From: samuel@... Date: 2019-02-12T02:24:48+00:00 Subject: [ruby-core:91514] [Ruby trunk Feature#6012] Proc#source_location also return the column Issue #6012 has been updated by ioquatix (Samuel Williams). I was playing around with this idea trying to make an implementation of `class Source`. Is the source file cached in Ruby? Or should we use `File.read` to load it into memory? It seems inefficient for large files, to find line/column offset. It would be nice to have absolute offset to seek to. Maybe it's possible for `source_location` to append one more thing - the actual source code - if possible. This would be useful for situations like eval, where you might define something for a path that doesn't actually exist, but the source code is still available. ---------------------------------------- Feature #6012: Proc#source_location also return the column https://bugs.ruby-lang.org/issues/6012#change-76774 * Author: rogerdpack (Roger Pack) * Status: Assigned * Priority: Normal * Assignee: nobu (Nobuyoshi Nakada) * Target version: ---------------------------------------- As originally suggested in http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/42418 Suggestion/feature request: have #source_location also return the beginning column where it was defined. ["test.rb", 8, 33] Thanks! -roger- -- https://bugs.ruby-lang.org/ Unsubscribe: