base_label()
Returns the base label of this frame.
Usually same as #label, without decoration.
static VALUE location_base_label_m(VALUE self) { return location_base_label(location_ptr(self)); }