Ruby: Kernel Caller

Returns the current execution stack—an array containing strings in the form file:line or file:line: in `method’. The optional start parameter determines the number of initial stack entries to omit from the top of the stack. A second optional length parameter can be used to limit how many entries are returned from the stack. […]

Continue reading