# File lib/ruby-vpi/xx.rb, line 533
533:       def xx_configure key, value, xx_which = nil
534: #--{{{
535:         key = key.to_s
536:         xx_which ||= self
537:         xx_config[xx_which][key] = value
538: #--}}}
539:       end