See Original text in context
method package(Routine:)
Returns the package in which the routine is defined.
See Original text in context
Returns the name that was tried to augment, but which doesn't exist.
See Original text in context
method package()
Returns the package (class/grammar/role) to which this attribute belongs.
my = Boo.^attributes(:local)[0];say .package; # OUTPUT: «(Boo)»