Skip to content

Commit

Permalink
[ruby/reline] Remove private visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Aug 14, 2021
1 parent acce754 commit a2f6493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/reline/yamatanooroti/test_rendering.rb
Expand Up @@ -809,7 +809,7 @@ def test_em_set_mark_and_em_exchange_mark
EOC
end

private def write_inputrc(content)
def write_inputrc(content)
File.open(@inputrc_file, 'w') do |f|
f.write content
end
Expand Down

0 comments on commit a2f6493

Please sign in to comment.