public
Rubygem
Fork of lsegal/yard
Description: Official repository for YARD: Yay! A Ruby Documentation-tool.
Homepage: http://yard.soen.ca / IRC: #yard on irc.freenode.net
Clone URL: git://github.com/tmm1/yard.git
Log results
lsegal (author)
Mon Jun 23 16:22:30 -0700 2008
commit  70cb5cd7ef8d14aa96c219ee0350c178c8bebecc
tree    245963fe616fdf6e718a394f5f62fc6f266d89a6
parent  9abde82c82f50231895d403ed1bacb844ef51159
...
31
32
33
 
 
 
34
 
 
 
 
 
 
 
 
 
...
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
0
@@ -31,4 +31,16 @@ Benchmark.bmbm do |x|
0
   x.report("parameters") { TIMES.times { format_args_parameters($object) } }
0
 end
0
 
0
+=begin LAST RUN Jun 23 2008
0
+regex: (generator, opts = {})
0
+params: (generator, opts = {})
0
 
0
+Rehearsal ----------------------------------------------
0
+regex 1.270000 0.020000 1.290000 ( 1.294558)
0
+parameters 0.690000 0.000000 0.690000 ( 0.693324)
0
+------------------------------------- total: 1.980000sec
0
+
0
+ user system total real
0
+regex 1.260000 0.010000 1.270000 ( 1.268214)
0
+parameters 0.670000 0.000000 0.670000 ( 0.679114)
0
+=end

Comments

    No one has commented yet.