mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-16 18:34:17 +00:00
Removed final newline from snippet files.
This commit is contained in:
@@ -4,4 +4,4 @@ include Comparable
|
||||
|
||||
def <=> other
|
||||
$0
|
||||
end
|
||||
end
|
||||
@@ -1,3 +1,3 @@
|
||||
#name : alias_method new, old
|
||||
# --
|
||||
alias_method :${new_name}, :${old_name}
|
||||
alias_method :${new_name}, :${old_name}
|
||||
@@ -2,4 +2,4 @@
|
||||
# --
|
||||
class << ${self}
|
||||
$0
|
||||
end
|
||||
end
|
||||
@@ -9,4 +9,4 @@ class ${1:`(let ((fn (capitalize (file-name-nondirectory
|
||||
((string-match "_" fn) (replace-match "" nil nil fn))
|
||||
(t fn)))`}
|
||||
$0
|
||||
end
|
||||
end
|
||||
@@ -2,4 +2,4 @@
|
||||
# --
|
||||
def method_missing(method, *args)
|
||||
$0
|
||||
end
|
||||
end
|
||||
@@ -1,3 +1,3 @@
|
||||
#name : attr_reader ...
|
||||
# --
|
||||
attr_reader :
|
||||
attr_reader :
|
||||
@@ -1,3 +1,3 @@
|
||||
#name : attr_accessor ...
|
||||
# --
|
||||
attr_accessor :
|
||||
attr_accessor :
|
||||
@@ -1,3 +1,3 @@
|
||||
#name : attr_writer ...
|
||||
# --
|
||||
attr_writer :
|
||||
attr_writer :
|
||||
Reference in New Issue
Block a user