From c3c0e3f5c9444c197779cb242de46dfffda79dec Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Sat, 29 Jun 2019 19:43:47 +0900 Subject: Move to tool/lib from test/lib. --- test/lib/with_different_ofs.rb | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 test/lib/with_different_ofs.rb (limited to 'test/lib/with_different_ofs.rb') diff --git a/test/lib/with_different_ofs.rb b/test/lib/with_different_ofs.rb deleted file mode 100644 index 559ed6a1d1..0000000000 --- a/test/lib/with_different_ofs.rb +++ /dev/null @@ -1,22 +0,0 @@ -# frozen_string_literal: true -module DifferentOFS - module WithDifferentOFS - def setup - super - verbose, $VERBOSE = $VERBOSE, nil - @ofs, $, = $,, "-" - $VERBOSE = verbose - end - def teardown - verbose, $VERBOSE = $VERBOSE, nil - $, = @ofs - $VERBOSE = verbose - super - end - end - - def self.extended(klass) - super(klass) - klass.const_set(:DifferentOFS, Class.new(klass).class_eval {include WithDifferentOFS}).name - end -end -- cgit v1.2.3