Method: Arrow::Template::Node#render
- Defined in:
- lib/arrow/template/nodes.rb
#render(template, scope) ⇒ Object
Render the node to text.
70 71 72 |
# File 'lib/arrow/template/nodes.rb', line 70 def render( template, scope ) return [ self.to_s ] end |