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:
parent
68207bb4fc
commit
f2a5c50f94
1 changed files with 0 additions and 2 deletions
|
@ -371,8 +371,6 @@ module Reline
|
||||||
def_single_delegators :core, :readmultiline
|
def_single_delegators :core, :readmultiline
|
||||||
def_instance_delegators self, :readmultiline
|
def_instance_delegators self, :readmultiline
|
||||||
|
|
||||||
private
|
|
||||||
|
|
||||||
def self.core
|
def self.core
|
||||||
@core ||= Core.new { |core|
|
@core ||= Core.new { |core|
|
||||||
core.config = Reline::Config.new
|
core.config = Reline::Config.new
|
||||||
|
|
Loading…
Reference in a new issue