[ruby/reline] Fix wrong indent number in prompt. whole_lines has duplicated line. (https://github.com/ruby/reline/pull/460)
whole_lines should consider prev_line_index, and must not duplicate last_line
Add test for lines passed to dynamic prompt proc
Refactor whole_lines parameters used in test helper
Remove whole_line's arguments
[ruby/reline] Fix wrong indent number in prompt. whole_lines has
duplicated line.
(https://github.com/ruby/reline/pull/460)
whole_lines should consider prev_line_index, and must not duplicate last_line
Add test for lines passed to dynamic prompt proc
Refactor whole_lines parameters used in test helper
Remove whole_line's arguments