class RDoc::ERBPartial
允许在现有 ERB 模板求值的上下文(绑定)中渲染 ERB 模板。
公共实例方法
set_eoutvar(compiler, eoutvar = '_erbout') 点击切换源代码
覆盖 compiler
启动,仅当 eoutvar
尚未设置时才将其设置为空字符串。
调用超类方法
# File rdoc/erb_partial.rb, line 12 def set_eoutvar compiler, eoutvar = '_erbout' super compiler.pre_cmd = ["#{eoutvar} ||= +''"] end