Delegete an instance method to a class method correctly
This commit is contained in:
parent
9f0f777173
commit
fd0a4a64a3
@ -342,7 +342,7 @@ module Reline
|
||||
def_single_delegators :core, :vi_editing_mode, :emacs_editing_mode
|
||||
def_single_delegators :core, :readline
|
||||
def_single_delegators :core, :readline
|
||||
def_instance_delegators :core, :readline
|
||||
def_instance_delegators self, :readline
|
||||
|
||||
|
||||
#--------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user