Class: GraphViz::Parser::NodePreference

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
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.options[:node] = context.options[:node].merge( options.eval() )
end