查看网站首页
查看网站首页
查看 sitemap.xml
✏️ 正在编辑: erb_partial.rb
路径:
/opt/alt/ruby30/share/gems/gems/rdoc-6.3.4.1/lib/rdoc/erb_partial.rb
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
# frozen_string_literal: true ## # Allows an ERB template to be rendered in the context (binding) of an # existing ERB template evaluation. class RDoc::ERBPartial < ERB ## # Overrides +compiler+ startup to set the +eoutvar+ to an empty string only # if it isn't already set. def set_eoutvar compiler, eoutvar = '_erbout' super compiler.pre_cmd = ["#{eoutvar} ||= +''"] end end
💾 保存文件
← 返回文件管理器