[ruby/reline] Remove private visibility
https://github.com/ruby/reline/commit/fa54e521da
This commit is contained in:
parent
acce754eb8
commit
a2f649374d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user