Current implementation supports only %w() that is suboptimal in terms of memory efficiency and performance. Utilizing symbols instead of strings within the %w() would not only minimize memory footprint but also streamline callback execution, as the underlying callback mechanism employs the send method which inherently transforms strings into symbols.