Currently it looks like this: ``` let self = process_queue.self(); ^^^^ `self` value is only available in methods with `self` parameter ``` Rewording a bit like "`self` value is a keyword only available in methods with `self` parameter" would read a bit better and would be more explicit.