Method: CSDL::Processor#on_raw
- Defined in:
- lib/csdl/processor.rb
#on_raw(node) ⇒ String
TODO:
Raise if the node doesn’t have any children.
Process :raw nodes.
179 180 181 |
# File 'lib/csdl/processor.rb', line 179 def on_raw(node) node.children.first.to_s end |