I am trying to override the gem constant dynamically, so I do not need to change the stone itself.
require 'xmlrpc/client' XMLRPC::Config.const_set("ENABLE_NIL_PARSER", true) warning: already initialized constant ENABLE_NIL_PARSER
Can I get rid of the warning?
source share