Class: Cecil::Node::LiteralWithChildren
- Inherits:
-
Literal
- Object
- Cecil::Node
- Literal
- Cecil::Node::LiteralWithChildren
- Defined in:
- lib/cecil/node.rb
Overview
Node with source code, no placeholders, and child nodes. Created by calling #`(code_str)
with a string without placeholders and then calling Cecil::Node::Literal#with/#[] on it.