File Manager

Path: /proc/self/root/proc/self/root/proc/self/root/opt/chef/embedded/lib/ruby/2.7.0/

Viewing File: readline.rb

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