Class: GraphViz::Parser::Cluster
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- GraphViz::Parser::Cluster
- Defined in:
- lib/graphviz/parser.rb
Instance Method Summary collapse
Instance Method Details
#eval(context) ⇒ Object
63 64 65 66 67 |
# File 'lib/graphviz/parser.rb', line 63 def eval( context ) content.elements.each do |e| e.eval( context ) end end |