I’m currently using caller_locations method to get the stack trace for
a function I’ve aliased. I’m currently using the line number and Ripper
Class to make inline modifications on a copy of the file.
caller_locations only gives the line number of callers. Is it possible
to get the column position of the callers?