public
Description: Ruby TextMate bundle
Homepage: http://drnicwilliams.com
Clone URL: git://github.com/drnic/ruby-tmbundle.git
Removing a useless tab stop.

git-svn-id: 
http://macromates.com/svn/Bundles/trunk/Bundles/Ruby.tmbundle@6274 
dfb7d73b-c2ec-0310-8fea-fb051d288c6d
JEG2 (author)
Fri Dec 01 08:43:26 -0800 2006
commit  c67ae40e1bdc92b71d6dc1ba22e60e06716e9aea
tree    b5f92059ddeb373d5f96103217d2b6a6dabf70ff
parent  353af6ad34bde7e2d76bbc9a5e1e0d32523b364a
...
26
27
28
29
 
30
31
32
33
 
34
35
36
...
43
44
45
46
 
47
48
49
...
26
27
28
 
29
30
31
32
 
33
34
35
36
...
43
44
45
 
46
47
48
49
0
@@ -26,11 +26,11 @@
0
       <dict>
0
         <key>content</key>
0
         <string>TESTS = ${1:10_000}
0
-Benchmark.bmbm(${2:10}) do |results|
0
+Benchmark.bmbm do |results|
0
   $0
0
 end</string>
0
         <key>name</key>
0
- <string>Benchmark.bmbm(..) do .. end</string>
0
+ <string>Benchmark.bmbm do .. end</string>
0
         <key>scope</key>
0
         <string>source.ruby</string>
0
         <key>tabTrigger</key>
0
@@ -43,7 +43,7 @@ end</string>
0
     </dict>
0
   </array>
0
   <key>name</key>
0
- <string>Benchmark.bmbm(..) do .. end</string>
0
+ <string>Benchmark.bmbm do .. end</string>
0
   <key>scope</key>
0
   <string>source.ruby</string>
0
   <key>tabTrigger</key>
...
4
5
6
7
 
8
9
10
11
 
12
13
14
...
4
5
6
 
7
8
9
10
 
11
12
13
14
0
@@ -4,11 +4,11 @@
0
 <dict>
0
   <key>content</key>
0
   <string>TESTS = ${1:10_000}
0
-Benchmark.bmbm(${2:10}) do |results|
0
+Benchmark.bmbm do |results|
0
   $0
0
 end</string>
0
   <key>name</key>
0
- <string>Benchmark.bmbm(..) do .. end</string>
0
+ <string>Benchmark.bmbm do .. end</string>
0
   <key>scope</key>
0
   <string>source.ruby</string>
0
   <key>tabTrigger</key>

Comments

    No one has commented yet.