1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Ignore warnings about mismatched indentations.

This commit is contained in:
Hiroshi SHIBATA 2019-06-01 15:23:24 +03:00
parent 464e55f1d0
commit 2bad001cfd
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
2 changed files with 2 additions and 2 deletions

View file

@ -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 }

View file

@ -2146,7 +2146,7 @@ class TestRefinement < Test::Unit::TestCase
def call
ToProc.call(&self)
end
end
end
class ToProcAndMethodMissing
def method_missing *args