Link, Node, SubGraph
88 89 90
# File 'lib/support/vizier.rb', line 88 def [](k) attributes[k.to_sym] end
92 93 94
# File 'lib/support/vizier.rb', line 92 def []=(k,v) attributes[k.to_sym] = v end