insert a new cib xml data instead of retrieving it can be used either for prefetching or for debugging
Parameters:
CIB XML text or element
26 27 28 29 30 31 32
# File 'lib/pacemaker/xml/cib.rb', line 26 def cib=(cib) @cib = if cib.is_a? REXML::Document cib else REXML::Document.new(cib) end end