ruby-changes:67912
From: Hiroshi <ko1@a...>
Date: Sat, 11 Sep 2021 08:48:52 +0900 (JST)
Subject: [ruby-changes:67912] 9583d2057d (master): Added missing Assertions for assert_file_predicate
https://git.ruby-lang.org/ruby.git/commit/?id=9583d2057d From 9583d2057d1a4d907875ad447dfd64a541e63447 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Sat, 11 Sep 2021 06:52:09 +0900 Subject: Added missing Assertions for assert_file_predicate --- tool/lib/core_assertions.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/tool/lib/core_assertions.rb b/tool/lib/core_assertions.rb index 8800487..4471525 100644 --- a/tool/lib/core_assertions.rb +++ b/tool/lib/core_assertions.rb @@ -609,6 +609,7 @@ eom https://github.com/ruby/ruby/blob/trunk/tool/lib/core_assertions.rb#L609 end class << (AssertFile = Struct.new(:failure_message).new) + include Assertions include CoreAssertions def assert_file_predicate(predicate, *args) if /\Anot_/ =~ predicate -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/