From 195f545c14857d7eb76c2f7a76e6623f5285014f Mon Sep 17 00:00:00 2001 From: manga_osyo Date: Tue, 16 Jul 2019 21:05:27 +0900 Subject: Fix `Reline::Windows`. --- lib/reline.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/reline.rb b/lib/reline.rb index 8e17d1fabd..a27d2a52dc 100644 --- a/lib/reline.rb +++ b/lib/reline.rb @@ -393,7 +393,7 @@ end if Reline::Core::IS_WINDOWS require 'reline/windows' - Reline::IOGate = Reline::Core::Windows + Reline::IOGate = Reline::Windows else require 'reline/ansi' Reline::IOGate = Reline::ANSI -- cgit v1.2.3