From: "ohai (Ippei Obayashi)" Date: 2013-07-28T20:06:30+09:00 Subject: [ruby-core:56243] [ruby-trunk - Bug #8685] Problems of the example of REXM::Attribute#namespace Issue #8685 has been updated by ohai (Ippei Obayashi). zzak (Zachary Scott) wrote: > @ohai Thank you! It seems you removed an example for #add_attributes > > Why was this removed? This is because * the example is a part the document of REXM::Attribute#namespace, not a part of REXML::Element#add_attributes * REXML::Element#add_namespace is a better way to add a new namespace rather than add_attribute ---------------------------------------- Bug #8685: Problems of the example of REXM::Attribute#namespace https://bugs.ruby-lang.org/issues/8685#change-40734 Author: ohai (Ippei Obayashi) Status: Assigned Priority: Normal Assignee: zzak (Zachary Scott) Category: doc Target version: ruby -v: ruby 2.1.0dev (2013-07-25 trunk 42169) [x86_64-linux] Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN The exmaple of the comment document of REXML::Attribute#namespace has some problems. * An old style hash literal is used. * The example really does not use EXML::Attribute#namespace A patch to fix the example is attached to this ticket. -- http://bugs.ruby-lang.org/