Class: Cecil::Node::LiteralWithChildren

Inherits:
Literal show all
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.

Method Summary

Methods inherited from Cecil::Node

#<<, #[], #with