From d371e3583e3b1e0692f92343017b62d2628190ff Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 19 May 2011 00:07:25 +0000 Subject: * lib: revert r31635-r31638 and untabify with expand(1). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rexml/light/node.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lib/rexml/light/node.rb') diff --git a/lib/rexml/light/node.rb b/lib/rexml/light/node.rb index 07effd0705..0a896c83dc 100644 --- a/lib/rexml/light/node.rb +++ b/lib/rexml/light/node.rb @@ -1,13 +1,13 @@ require 'rexml/xmltokens' # [ :element, parent, name, attributes, children* ] -# a = Node.new -# a << "B" # => B -# a.b # => B -# a.b[1] # => B -# a.b[1]["x"] = "y" # => B -# a.b[0].c # => B -# a.b.c << "D" # => BD + # a = Node.new + # a << "B" # => B + # a.b # => B + # a.b[1] # => B + # a.b[1]["x"] = "y" # => B + # a.b[0].c # => B + # a.b.c << "D" # => BD module REXML module Light # Represents a tagged XML element. Elements are characterized by -- cgit v1.2.3