зеркало из https://github.com/github/ruby.git
[ruby/rdoc] Add frozen string literal support
https://github.com/ruby/rdoc/commit/daac9d0471
This commit is contained in:
Родитель
37b8a7afca
Коммит
3169ffc0d6
|
@ -12,7 +12,7 @@ class RDoc::ERBPartial < ERB
|
||||||
def set_eoutvar compiler, eoutvar = '_erbout'
|
def set_eoutvar compiler, eoutvar = '_erbout'
|
||||||
super
|
super
|
||||||
|
|
||||||
compiler.pre_cmd = ["#{eoutvar} ||= ''"]
|
compiler.pre_cmd = ["#{eoutvar} ||= +''"]
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Загрузка…
Ссылка в новой задаче