1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

The "private" doesn't make sence for class methods and a constant

This commit is contained in:
aycabta 2019-08-27 05:10:25 +09:00
parent 68207bb4fc
commit f2a5c50f94

View file

@ -371,8 +371,6 @@ module Reline
def_single_delegators :core, :readmultiline
def_instance_delegators self, :readmultiline
private
def self.core
@core ||= Core.new { |core|
core.config = Reline::Config.new