after_all
If it was called, this block will always be executed at the end of the matching process, even if another block was executed previously.
before_anything(&block)
before_anything(&block)
Platforms
Platform | Supported |
---|---|
Messenger | |
Telegram |
Usage
Execution exception
It will not be executed if delegate_to()
or halt()
methods were called in a block executed previously.
Last updated