We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b62e5e commit be2937aCopy full SHA for be2937a
lib/irb/input-method.rb
@@ -326,7 +326,7 @@ def inspect
326
config = Reline::Config.new
327
str = "ReidlineInputMethod with Reline #{Reline::VERSION}"
328
if config.respond_to?(:inputrc_path)
329
- inputrc_path = config.inputrc_path
+ inputrc_path = File.expand_path(config.inputrc_path)
330
else
331
inputrc_path = File.expand_path(ENV['INPUTRC'] || '~/.inputrc')
332
end
0 commit comments