[前][次][番号順一覧][スレッド一覧]

ruby-changes:66117

From: Andrei <ko1@a...>
Date: Mon, 10 May 2021 16:09:01 +0900 (JST)
Subject: [ruby-changes:66117] 94d858f81a (master): Add a space to separate sentences in the error message

https://git.ruby-lang.org/ruby.git/commit/?id=94d858f81a

From 94d858f81a6c8e23e720b01fb7e24614f9a4d3df Mon Sep 17 00:00:00 2001
From: Andrei Beliankou <arbox@y...>
Date: Tue, 13 Apr 2021 20:03:00 +0200
Subject: Add a space to separate sentences in the error message

---
 lib/set/sorted_set.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/set/sorted_set.rb b/lib/set/sorted_set.rb
index e4e01ba..bc07bc1 100644
--- a/lib/set/sorted_set.rb
+++ b/lib/set/sorted_set.rb
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/lib/set/sorted_set.rb#L1
 begin
   require 'sorted_set'
 rescue ::LoadError
-  raise "The `SortedSet` class has been extracted from the `set` library." \
+  raise "The `SortedSet` class has been extracted from the `set` library. " \
         "You must use the `sorted_set` gem or other alternatives."
 end
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]