1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/reline] Remove private visibility

https://github.com/ruby/reline/commit/fa54e521da
This commit is contained in:
aycabta 2021-08-13 13:44:08 +09:00
parent acce754eb8
commit a2f649374d

View file

@ -809,7 +809,7 @@ begin
EOC
end
private def write_inputrc(content)
def write_inputrc(content)
File.open(@inputrc_file, 'w') do |f|
f.write content
end