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

ruby-changes:62887

From: Nobuyoshi <ko1@a...>
Date: Fri, 11 Sep 2020 13:30:15 +0900 (JST)
Subject: [ruby-changes:62887] 0d78390bfb (master): rbinstall.rb: OpenStruct has not been needed for years

https://git.ruby-lang.org/ruby.git/commit/?id=0d78390bfb

From 0d78390bfb9d87ac7ee192115216882e09c50a06 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Fri, 11 Sep 2020 13:26:06 +0900
Subject: rbinstall.rb: OpenStruct has not been needed for years

Since 6f3e8df133c7785ff6bb6f18d1faec81fefb3999 in 2014.

diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb
index 9a164ca..7d22a83 100755
--- a/tool/rbinstall.rb
+++ b/tool/rbinstall.rb
@@ -20,7 +20,6 @@ require 'fileutils' https://github.com/ruby/ruby/blob/trunk/tool/rbinstall.rb#L20
 require 'shellwords'
 require 'optparse'
 require 'optparse/shellwords'
-require 'ostruct'
 require 'rubygems'
 begin
   require "zlib"
-- 
cgit v0.10.2


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

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