Last active
March 31, 2022 00:49
-
-
Save tomohung/061685498241b9f5d7946893fd48d4f5 to your computer and use it in GitHub Desktop.
RubyMine Custom Postfix
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
.tm : times {} | |
ANY → $END$.times { $expr$ } | |
.tmd : times do..end | |
ANY → | |
$END$.times do | |
$expr$ | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment