1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/readline.rb
2019-10-23 23:59:53 +09:00

6 lines
113 B
Ruby

begin
require 'readline.so'
rescue LoadError
require 'reline' unless defined? Reline
Readline = Reline
end