Skip to content

Instantly share code, notes, and snippets.

@tomohung
Last active March 31, 2022 00:49
Show Gist options
  • Save tomohung/061685498241b9f5d7946893fd48d4f5 to your computer and use it in GitHub Desktop.
Save tomohung/061685498241b9f5d7946893fd48d4f5 to your computer and use it in GitHub Desktop.
RubyMine Custom Postfix
.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