class RDoc::ERBIO
def initialize str, trim_mode: nil, eoutvar: 'io'
def initialize str, trim_mode: nil, eoutvar: 'io' super(str, trim_mode: trim_mode, eoutvar: eoutvar) end
def set_eoutvar compiler, io_variable
def set_eoutvar compiler, io_variable compiler.put_cmd = "#{io_variable}.write" compiler.insert_cmd = "#{io_variable}.write" compiler.pre_cmd = [] compiler.post_cmd = [] end