Class: GraphViz::Parser::NodePreference
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- GraphViz::Parser::NodePreference
- Defined in:
- lib/graphviz/parser.rb
Instance Method Summary collapse
Instance Method Details
#eval(context) ⇒ Object
88 89 90 91 |
# File 'lib/graphviz/parser.rb', line 88 def eval( context ) # puts "NODE PREFERENCES :" context.[:node] = context.[:node].merge( .eval() ) end |