mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-05-05 07:24:07 +00:00
6514924b2d
in order to sort method correctly we are going to use the following
namiing schema:
{subject}_{action}_{details}
This schema still have some exceptions, e.g. single word methods, bool
methods (is_) and getters in case if they are singular (i.e. there is
no any other method with this subject)