aboutsummaryrefslogtreecommitdiff
path: root/template/ruby/snip-class.rb
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2012-04-13 18:46:43 +0900
committermattn <mattn.jp@gmail.com>2012-04-13 18:46:43 +0900
commit963e1bcd2477cb0798b386ba4625071d0db3c6c7 (patch)
tree969f3308c718d5a21dbb128e03b9627e3edad11d /template/ruby/snip-class.rb
parent7e2c231888ded45c9c78d282efe3d9d6c4b2bd19 (diff)
downloadvim-sonictemplate-963e1bcd2477cb0798b386ba4625071d0db3c6c7.tar.gz
vim-sonictemplate-963e1bcd2477cb0798b386ba4625071d0db3c6c7.tar.bz2
vim-sonictemplate-963e1bcd2477cb0798b386ba4625071d0db3c6c7.zip
add some ruby templates.
Diffstat (limited to 'template/ruby/snip-class.rb')
-rw-r--r--template/ruby/snip-class.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/ruby/snip-class.rb b/template/ruby/snip-class.rb
new file mode 100644
index 0000000..9ecefa6
--- /dev/null
+++ b/template/ruby/snip-class.rb
@@ -0,0 +1,3 @@
+class {{_input_:name}}
+ {{_cursor_}}
+end