Current Path : /usr/local/share/ri/1.8/system/REXML/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/local/share/ri/1.8/system/REXML/cdesc-REXML.yaml |
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: [] comment: - !ruby/struct:SM::Flow::P body: "[ :element, parent, name, attributes, children* ] a = Node.new a << "B" # => <a>B</a> a.b # => <a>B<b/></a> a.b[1] # => <a>B<b/><b/><a> a.b[1]["x"] = "y" # => <a>B<b/><b x="y"/></a> a.b[0].c # => <a>B<b><c/></b><b x="y"/></a> a.b.c << "D" # => <a>B<b><c>D</c></b><b x="y"/></a>" constants: - !ruby/object:RI::Constant comment: name: COPYRIGHT value: "\"Copyright \\xC2\\xA9 2001-2006 Sean Russell <ser@germane-software.com>\"" - !ruby/object:RI::Constant comment: name: VERSION value: "\"3.1.7.3\"" - !ruby/object:RI::Constant comment: name: DATE value: "\"2007/275\"" - !ruby/object:RI::Constant comment: name: REVISION value: "\"$Revision: 22842 $\".gsub(/\\$Revision:|\\$/,'').strip" - !ruby/object:RI::Constant comment: name: Copyright value: COPYRIGHT - !ruby/object:RI::Constant comment: name: Version value: VERSION full_name: REXML includes: [] instance_methods: [] name: REXML superclass: