Created
December 18, 2019 20:51
-
-
Save the-spectator/5ca4ffb2742d393fa83a39f9e69ec509 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%N # command name which is running | |
%m # to_s of main object (self) | |
%l # type of string(", ', /, ]), `]' is inner %w[...] | |
%NNi # indent level. NN is digits and means as same as printf("%NNd"). | |
%NNn # line number. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment