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

ruby-changes:67329

From: aycabta <ko1@a...>
Date: Sun, 29 Aug 2021 20:31:18 +0900 (JST)
Subject: [ruby-changes:67329] 3248c42592 (master): [ruby/reline] Remove dialog_proc_list accessor of Reline

https://git.ruby-lang.org/ruby.git/commit/?id=3248c42592

From 3248c42592426e638efa842980846e5342d6c78c Mon Sep 17 00:00:00 2001
From: aycabta <aycabta@g...>
Date: Sun, 29 Aug 2021 19:48:57 +0900
Subject: [ruby/reline] Remove dialog_proc_list accessor of Reline

https://github.com/ruby/reline/commit/ac8fa84f4d
---
 lib/reline.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/reline.rb b/lib/reline.rb
index ad3cdc6..6610ceb 100644
--- a/lib/reline.rb
+++ b/lib/reline.rb
@@ -34,7 +34,6 @@ module Reline https://github.com/ruby/ruby/blob/trunk/lib/reline.rb#L34
       auto_indent_proc
       pre_input_hook
       dig_perfect_match_proc
-      dialog_proc_list
     ).each(&method(:attr_reader))
 
     attr_accessor :config
-- 
cgit v1.1


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

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