Class: FBO::Dump::ComplexPropertyNode
- Inherits:
-
SimplePropertyNode
- Object
- Treetop::Runtime::SyntaxNode
- SimplePropertyNode
- FBO::Dump::ComplexPropertyNode
- Defined in:
- lib/fbo/node_extensions.rb
Overview
Complex properties may contain other simple properties
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from SimplePropertyNode
Instance Method Details
#value ⇒ Object
166 167 168 169 170 |
# File 'lib/fbo/node_extensions.rb', line 166 def value value_hash = {} elements.each { |e| value_hash.merge!(e.to_hash) } value_hash end |