From ec08216346b0d73b9118dbf498cff675924d40b0 Mon Sep 17 00:00:00 2001 From: murphy Date: Wed, 18 Oct 2006 10:28:21 +0000 Subject: Fixed warning in bench.rb. Ruby Scanner: improved handling of ambiguos values. - operator methods are now :ident instead of :operator - fancy_allowed and regexp_allowed are now value_expected - value_expected works in operator method calls - tests enhanced and adjusted Scanner tests: new diffed option, diff doesn't imply noassert anymore --- bench/bench.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'bench') diff --git a/bench/bench.rb b/bench/bench.rb index c34c738..29e2e40 100644 --- a/bench/bench.rb +++ b/bench/bench.rb @@ -53,7 +53,6 @@ $dump_input = lang == 'dump' $dump_output = format == 'dump' require 'coderay/helpers/gzip_simple.rb' if $dump_input -MYDIR = File.dirname __FILE__ def here fn = nil return MYDIR unless fn File.join here, fn -- cgit v1.2.1