# File lib/graphviz/parser.rb, line 110 110: def eval( context ) 111: # puts "EDGE PREFERENCES :" 112: context.options[:edge] = context.options[:edge].merge( options.eval() ) 113: end