Class: SbuilderSexp::RootContainer
- Inherits:
-
Root
- Object
- Treetop::Runtime::SyntaxNode
- Root
- SbuilderSexp::RootContainer
- Defined in:
- lib/parser/parser_nodes.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#value ⇒ String
Of from sub-elements.
Methods inherited from Treetop::Runtime::SyntaxNode
#node_type, #node_value, #recursive_inject, #recursive_inject_parent, #recursive_select
Instance Method Details
#value ⇒ String
Returns of from sub-elements.
18 19 20 |
# File 'lib/parser/parser_nodes.rb', line 18 def value self.elements.map {|x| x.value } end |