Class | Heroku::Command::Base |
In: |
lib/heroku/command/base.rb
|
Parent: | Object |
args | [R] | |
options | [R] |
Parse the caller format and identify the file and line number as identified in : www.ruby-doc.org/core/classes/Kernel.html#M001397. This will look for a colon followed by a digit as the delimiter. The biggest complication is windows paths, which have a color after the drive letter. This regex will match paths as anything from the beginning to a colon directly followed by a number (the line number).
Examples of the caller format :