From 02cb9c932a6e1a25b5e04c77053face048a11eff Mon Sep 17 00:00:00 2001 From: svn Date: Fri, 21 Sep 2018 06:41:09 +0000 Subject: * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/-ext-/debug/test_debug.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'test/-ext-/debug/test_debug.rb') diff --git a/test/-ext-/debug/test_debug.rb b/test/-ext-/debug/test_debug.rb index da66b1baf8..bc41c1bb79 100644 --- a/test/-ext-/debug/test_debug.rb +++ b/test/-ext-/debug/test_debug.rb @@ -57,19 +57,19 @@ class TestDebug < Test::Unit::TestCase binds_check binds, bug7635 end - class MyRelation - include Enumerable - + class MyRelation + include Enumerable + def each yield :each_entry - end - end - + end + end + def test_lazy_block x = MyRelation.new.any? do Bug::Debug.inspector true - end + end assert_equal true, x, '[Bug #15105]' end end -- cgit v1.2.3