method subname
Documentation for method subname
assembled from the following types:
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;