set_eoutvar(compiler, io_variable)
public
Instructs compiler how to write to io_variable
# File lib/rdoc/erbio.rb, line 30
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