mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Delegete an instance method to a class method correctly
This commit is contained in:
parent
9f0f777173
commit
fd0a4a64a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue