ruby-changes:72053
From: Nobuyoshi <ko1@a...>
Date: Sat, 4 Jun 2022 16:40:39 +0900 (JST)
Subject: [ruby-changes:72053] 76479de159 (master): [ruby/rdoc] Remove never used win32console
https://git.ruby-lang.org/ruby.git/commit/?id=76479de159 From 76479de159591a9e1dad256d908368c9dd17dad9 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sat, 4 Jun 2022 16:21:35 +0900 Subject: [ruby/rdoc] Remove never used win32console https://github.com/ruby/rdoc/commit/47a1aef447 --- lib/rdoc/ri/driver.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/rdoc/ri/driver.rb b/lib/rdoc/ri/driver.rb index edd2a703e7..679cfd399c 100644 --- a/lib/rdoc/ri/driver.rb +++ b/lib/rdoc/ri/driver.rb @@ -7,11 +7,6 @@ begin https://github.com/ruby/ruby/blob/trunk/lib/rdoc/ri/driver.rb#L7 rescue LoadError end -begin - require 'win32console' -rescue LoadError -end - require_relative '../../rdoc' require_relative 'formatter' # For RubyGems backwards compatibility -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/