Class: GraphViz::Parser::EdgePreference
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- GraphViz::Parser::EdgePreference
- Defined in:
- lib/graphviz/parser.rb
Instance Method Summary collapse
Instance Method Details
#eval(context) ⇒ Object
95 96 97 98 |
# File 'lib/graphviz/parser.rb', line 95 def eval( context ) # puts "EDGE PREFERENCES :" context.[:edge] = context.[:edge].merge( .eval() ) end |