Update/add various snippets

This commit is contained in:
2014-03-28 10:35:35 +00:00
parent dc67a8ca69
commit 0ae9c59b86
4 changed files with 8 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# name: console.log ...
# key: conl
# --
console.log $0
console.log ${1:"${2:name}"}$0

View File

@@ -0,0 +1,5 @@
# name: ruby ppd
# key: ppd
# --
puts "\n>>>>>> ${1:name}:"
pp $0

View File

@@ -1,4 +1,4 @@
# name: context '...'
# key: con
# --
context '$1'$0
context "$1"$0

View File

@@ -1,4 +1,4 @@
# name: describe '...'
# key: des
# --
describe '$1'$0
describe "$1"$0