Method: Rundoc::CodeCommand::PreErb#render_result=

Defined in:
lib/rundoc/code_command/pre/erb.rb

#render_result=(value) ⇒ Object

Visibility is injected by the parser, capture it and pass it to the delegate



19
20
21
# File 'lib/rundoc/code_command/pre/erb.rb', line 19

def render_result=(value)
  @render_delegate_result = value
end