📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 13:09:53
📂
/ (Root)
/
opt
/
alt
/
ruby34
/
share
/
gems
/
gems
/
rdoc-6.14.0
/
lib
/
rdoc
📍 /opt/alt/ruby34/share/gems/gems/rdoc-6.14.0/lib/rdoc
🔄 Refresh
✏️
Editing: erb_partial.rb
Read Only
# 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
💾 Save Changes
❌ Cancel