From 8fd29e2019077205a9997308cf3bc05202a83ad1 Mon Sep 17 00:00:00 2001 From: ser Date: Sun, 16 May 2004 15:17:31 +0000 Subject: ------------------------------------------------------------------------ git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rexml/attribute.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/rexml/attribute.rb') diff --git a/lib/rexml/attribute.rb b/lib/rexml/attribute.rb index 90d7e66122..9eb3c211ea 100644 --- a/lib/rexml/attribute.rb +++ b/lib/rexml/attribute.rb @@ -146,6 +146,12 @@ module REXML def node_type :attribute end + + def inspect + rv = "" + write( rv ) + rv + end end end #vim:ts=2 sw=2 noexpandtab: -- cgit v1.2.3