<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,15 +5,9 @@ describe &quot;Kernel#taint&quot; do
   it &quot;sets self to be tainted&quot; do
     mock('tainted?').taint.tainted?.should == true
   end
-  
+
   it &quot;has no effect on immediate values&quot; do
-    a = nil
-    b = true
-    c = false
-    d = 1
-    a.tainted?.should == false
-    b.tainted?.should == false
-    c.tainted?.should == false
-    d.tainted?.should == false
+    inmediate_values = [a = nil, b = true, c = false, d = 1, e = &quot;a string&quot;]
+    inmediate_values.each{ |v| v.tainted?.should == false}
   end
 end</diff>
      <filename>core/kernel/taint_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8d97613304df2a3ce2e57c9a7bb0b5ead8063fc8</id>
    </parent>
  </parents>
  <author>
    <name>Gaston Ramos</name>
    <email>ramos.gaston@gmail.com</email>
  </author>
  <url>http://github.com/rubyspec/rubyspec/commit/23d6ea714e8c16b4def5fddafd922f8753b8ad5b</url>
  <id>23d6ea714e8c16b4def5fddafd922f8753b8ad5b</id>
  <committed-date>2009-04-06T14:54:13-07:00</committed-date>
  <authored-date>2009-04-06T14:54:13-07:00</authored-date>
  <message>- Added a string value to core/kernel/taint_spec.rb
- Refactoring &quot;has no effect on immediate values&quot; exercise</message>
  <tree>6308168c94f7d5574b198e921b28ccf6fca652bc</tree>
  <committer>
    <name>Gaston Ramos</name>
    <email>ramos.gaston@gmail.com</email>
  </committer>
</commit>
