[ruby/irb] Reidline mode needs Reline what needs String#grapheme_clusters

https://github.com/ruby/irb/commit/2b0b19b87c
This commit is contained in:
aycabta 2019-12-07 19:51:03 +09:00
Родитель e72ffc55ba
Коммит c2afddccb3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -293,5 +293,5 @@ module IRB
def encoding
@stdin.external_encoding
end
end
end if RUBY_VERSION >= "2.5.0" # Reline needs String#grapheme_clusters
end