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:
parent
acce754eb8
commit
a2f649374d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue