Method: Arrow::Template::CommentNode#render

Defined in:
lib/arrow/template/nodes.rb

#render(template, scope) ⇒ Object

Render the comment in the context of the specified template and scope.



230
231
232
# File 'lib/arrow/template/nodes.rb', line 230

def render( template, scope )
  [ template.render_comment( self.to_s ) ]
end