removed group-name prefix on trigger keys

This commit is contained in:
Jim Myhrberg
2011-11-03 20:22:33 +00:00
parent 7b383f8c22
commit 3aea27042b
71 changed files with 71 additions and 71 deletions

View File

@@ -1,5 +1,5 @@
#name : include Comparable; def <=> ... end
# key: definitionsComp
# key: Comp
# --
include Comparable

View File

@@ -1,4 +1,4 @@
#name : alias_method new, old
# key: definitionsam
# key: am
# --
alias_method :${new_name}, :${old_name}

View File

@@ -1,5 +1,5 @@
#name : class << self ... end
# key: definitionscla
# key: cla
# --
class << ${self}
$0

View File

@@ -1,6 +1,6 @@
#name : class ... end
#contributor : hitesh <hitesh.jasani@gmail.com>
# key: definitionscls
# key: cls
# --
class ${1:`(let ((fn (capitalize (file-name-nondirectory
(file-name-sans-extension

View File

@@ -1,5 +1,5 @@
#name : def method_missing ... end
# key: definitionsmm
# key: mm
# --
def method_missing(method, *args)
$0

View File

@@ -1,4 +1,4 @@
#name : attr_reader ...
# key: definitionsr
# key: r
# --
attr_reader :

View File

@@ -1,4 +1,4 @@
#name : attr_accessor ...
# key: definitionsrw
# key: rw
# --
attr_accessor :

View File

@@ -1,4 +1,4 @@
#name : attr_writer ...
# key: definitionsw
# key: w
# --
attr_writer :