mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/reline] Add require 'rbconfig' to use RbConfig
https://github.com/ruby/reline/commit/4a0d32a3d0
This commit is contained in:
parent
f2435c1508
commit
172d44e809
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ require 'reline/key_actor'
|
|||
require 'reline/key_stroke'
|
||||
require 'reline/line_editor'
|
||||
require 'reline/history'
|
||||
require 'rbconfig'
|
||||
|
||||
module Reline
|
||||
FILENAME_COMPLETION_PROC = nil
|
||||
|
|
Loading…
Add table
Reference in a new issue