зеркало из https://github.com/github/ruby.git
Use real right arrow for -> in call-seq
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
68b5d42563
Коммит
e191fde02e
|
@ -427,7 +427,7 @@ module Generators
|
|||
if m.document_self and m.visibility == vis and m.singleton == singleton
|
||||
row = {}
|
||||
if m.call_seq
|
||||
row["callseq"] = m.call_seq
|
||||
row["callseq"] = m.call_seq.gsub(/->/, '→')
|
||||
else
|
||||
row["name"] = CGI.escapeHTML(m.name)
|
||||
row["params"] = m.params
|
||||
|
|
Загрузка…
Ссылка в новой задаче