# File lib/ruby-vpi/xx.rb, line 391 391: def xx_parse_attributes string 392: #--{{{ 393: string = string.to_s 394: tokens = string.split %r/,/o 395: tokens.map{|t| t.sub!(%r/[^=]+=/){|key_eq| key_eq.chop << " : "}} 396: xx_parse_yaml_attributes(tokens.join(',')) 397: #--}}} 398: end