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

ruby-changes:70335

From: aycabta <ko1@a...>
Date: Mon, 20 Dec 2021 14:46:50 +0900 (JST)
Subject: [ruby-changes:70335] 7dd0e91cac (master): [ruby/reline] Revert "Add space"

https://git.ruby-lang.org/ruby.git/commit/?id=7dd0e91cac

From 7dd0e91cac44a2bee298892c4f647675d6a22d5d Mon Sep 17 00:00:00 2001
From: aycabta <aycabta@g...>
Date: Mon, 20 Dec 2021 14:46:15 +0900
Subject: [ruby/reline] Revert "Add space"

This reverts commit https://github.com/ruby/reline/commit/1bb071bcf5a9.

To merge a Pull Request...

https://github.com/ruby/reline/commit/e9fe1b1305
---
 lib/reline/windows.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/reline/windows.rb b/lib/reline/windows.rb
index c7bbedb00ff..746f142bdc2 100644
--- a/lib/reline/windows.rb
+++ b/lib/reline/windows.rb
@@ -168,7 +168,7 @@ class Reline::Windows https://github.com/ruby/ruby/blob/trunk/lib/reline/windows.rb#L168
   @@input_buf = []
   @@output_buf = []
 
-  def self.msys_tty?(io = @@hConsoleInputHandle)
+  def self.msys_tty?(io=@@hConsoleInputHandle)
     # check if fd is a pipe
     if @@GetFileType.call(io) != FILE_TYPE_PIPE
       return false
-- 
cgit v1.2.1


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

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