📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 02:43:10
📂
/ (Root)
/
opt
/
alt
/
ruby40
/
share
/
gems
/
gems
/
rdoc-7.0.4
/
lib
/
rdoc
📍 /opt/alt/ruby40/share/gems/gems/rdoc-7.0.4/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