yasnippet/extras/imported/ruby-mode/RDoc/RDoc documentation block.yasnippet
2009-11-27 16:05:05 +00:00

9 lines
226 B
Plaintext

# -*- mode: snippet -*-
# key: =b
# contributor: Translated from TextMate Snippet
# name: New Block
## condition: "source.ruby"
# --
`(if (save-restriction (widen) (eq 1 (line-number-at-pos))) "\n\n" "\n")`=begin rdoc
$0
=end