<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -111,7 +111,7 @@ module Nicokit
 	end
 
 	def self.xml2hash doc
-		tmp=Proc.new {|item|
+		tmp_f=Proc.new {|item|
 			hash={}
 			item.each{|n|
 				next if n.class.to_s.match(/Text/) # whitespace node?
@@ -120,7 +120,7 @@ module Nicokit
 				key=n.name.to_s.gsub(/([a-z])([A-Z]+)/,&quot;\\1_\\2&quot;).downcase.to_sym
 
 				if n.has_elements?
-					hash[key]=tmp.call(n.elements.to_a)
+					hash[key]=tmp_f.call(n.elements.to_a)
 				else
 					if hash[key]
 						# &lt;tags&gt; &lt;tag&gt;1&lt;/tag&gt;&lt;tag&gt;2&lt;/tag&gt; &lt;/tags&gt;
@@ -140,7 +140,7 @@ module Nicokit
 		}
 		result=[]
 		doc.each{|n|
-			result &lt;&lt; tmp.call(n)
+			result &lt;&lt; tmp_f.call(n)
 		}
 		result
 	end</diff>
      <filename>nicokit.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e793d9eebc498f46c0ac72be5c45b7532454fe8a</id>
    </parent>
  </parents>
  <author>
    <name>tt25</name>
    <email>clover@clover-desktop.(none)</email>
  </author>
  <url>http://github.com/tt25/nicokit/commit/fcae13cc5314db0048c7b6a74a17b9d8d6150694</url>
  <id>fcae13cc5314db0048c7b6a74a17b9d8d6150694</id>
  <committed-date>2008-08-21T08:23:05-07:00</committed-date>
  <authored-date>2008-08-21T08:23:05-07:00</authored-date>
  <message>fixed: xml2hash doesn't work</message>
  <tree>855c4d504e3e9e228d2c4296c6b4482ff66a8d6b</tree>
  <committer>
    <name>tt25</name>
    <email>clover@clover-desktop.(none)</email>
  </committer>
</commit>
