Documentation for method subname
assembled from the following pages:
Class: Backtrace::Frame §
From Backtrace::Frame
(Backtrace::Frame) method subname §
Defined as:
method subname(Backtrace::Frame --> Str)
Returns the name of the enclosing subroutine.
my = Backtrace.new;my = [0];say .subname;