From 2bad001cfd15c59630a03918dc80a703b093688e Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Sat, 1 Jun 2019 15:23:24 +0300 Subject: [PATCH] Ignore warnings about mismatched indentations. --- test/ruby/test_comparable.rb | 2 +- test/ruby/test_refinement.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/ruby/test_comparable.rb b/test/ruby/test_comparable.rb index 94c05d5f91..4f1d38a7e6 100644 --- a/test/ruby/test_comparable.rb +++ b/test/ruby/test_comparable.rb @@ -88,7 +88,7 @@ class TestComparable < Test::Unit::TestCase assert_raise_with_message(ArgumentError, 'min argument must be smaller than max argument') { @o.clamp(2, 1) } - end + end def test_err assert_raise(ArgumentError) { 1.0 < nil } diff --git a/test/ruby/test_refinement.rb b/test/ruby/test_refinement.rb index 8908d353a5..7d47a52982 100644 --- a/test/ruby/test_refinement.rb +++ b/test/ruby/test_refinement.rb @@ -2146,7 +2146,7 @@ class TestRefinement < Test::Unit::TestCase def call ToProc.call(&self) end - end + end class ToProcAndMethodMissing def method_missing *args