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:
@@ -1,3 +1,3 @@
|
||||
#name : # =>
|
||||
# --
|
||||
# =>
|
||||
# =>
|
||||
@@ -2,4 +2,4 @@
|
||||
# --
|
||||
=begin rdoc
|
||||
$0
|
||||
=end
|
||||
=end
|
||||
@@ -2,4 +2,4 @@
|
||||
# --
|
||||
if __FILE__ == $PROGRAM_NAME
|
||||
$0
|
||||
end
|
||||
end
|
||||
@@ -2,4 +2,4 @@
|
||||
# --
|
||||
Benchmark.bmbm(${1:10}) do |x|
|
||||
$0
|
||||
end
|
||||
end
|
||||
@@ -3,4 +3,4 @@
|
||||
case ${1:object}
|
||||
when ${2:condition}
|
||||
$0
|
||||
end
|
||||
end
|
||||
@@ -1,3 +1,3 @@
|
||||
#name : deep_copy(...)
|
||||
# --
|
||||
Marshal.load(Marshal.dump($0))
|
||||
Marshal.load(Marshal.dump($0))
|
||||
@@ -1,3 +1,3 @@
|
||||
#name : /usr/bin/ruby -wKU
|
||||
# --
|
||||
#!/usr/bin/ruby -wKU
|
||||
#!/usr/bin/ruby -wKU
|
||||
@@ -1,3 +1,3 @@
|
||||
#name : require "..."
|
||||
# --
|
||||
require "$0"
|
||||
require "$0"
|
||||
@@ -1,3 +1,3 @@
|
||||
#name : require File.join(File.dirname(__FILE__), ...)
|
||||
# --
|
||||
require File.join(File.dirname(__FILE__), $0)
|
||||
require File.join(File.dirname(__FILE__), $0)
|
||||
@@ -1,3 +1,3 @@
|
||||
#name : :yields: arguments (rdoc)
|
||||
# --
|
||||
:yields: $0
|
||||
:yields: $0
|
||||
Reference in New Issue
Block a user