# File lib/xiron/config.rb, line 48
    def ConfigEntry.set(key,value)
      ConfigEntry.new(key){|c| c.value = value}
    end