class IRB::RelineInputMethod
def inspect
def inspect config = Reline::Config.new str = "RelineInputMethod with Reline #{Reline::VERSION}" inputrc_path = File.expand_path(config.inputrc_path) str += " and #{inputrc_path}" if File.exist?(inputrc_path) str end