diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2012-04-13 15:41:29 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2012-04-13 15:41:29 +0200 |
commit | 5598df049e8823f9838b348e76227ef836c4e39b (patch) | |
tree | ff0ae7c93edde90a65f556d894e2c894bdc15487 /bench/bench.rb | |
parent | 6f3922f4938184d524ba990f0fa3d81531fd9b1e (diff) | |
parent | 359db4594e7fc874cf8087f599dc4e96b22e586b (diff) | |
download | coderay-5598df049e8823f9838b348e76227ef836c4e39b.tar.gz |
Merge branch 'master' into multiline-inline-diff
Diffstat (limited to 'bench/bench.rb')
-rw-r--r-- | bench/bench.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bench/bench.rb b/bench/bench.rb index 5663466..45dc5b0 100644 --- a/bench/bench.rb +++ b/bench/bench.rb @@ -79,6 +79,7 @@ N.times do options = { :tab_width => 2, + # :line_numbers => :inline, :css => $style ? :style : :class, } $hl = CodeRay.encoder(format, options) unless $dump_output |