# File lib/graphviz/attrs.rb, line 33 33: def []( xKey ) 34: if @data.key?( xKey.to_s ) == false 35: nil 36: end 37: @data[xKey.to_s] 38: end