<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,15 +1,16 @@
 require File.dirname(__FILE__) + '/../../../spec_helper'
+require 'complex'
 require File.dirname(__FILE__) + '/shared/tan'
 
-ruby_version_is &quot;&quot;...&quot;1.9&quot; do
-  describe &quot;Math#tan&quot; do
-    it_behaves_like :complex_math_tan, :_, IncludesMath.new
+describe &quot;Math#tan&quot; do
+  it_behaves_like :complex_math_tan, :_, IncludesMath.new
 
-    it &quot;should be private&quot; do
-      IncludesMath.should have_private_instance_method(:tan)
-    end
+  it &quot;should be private&quot; do
+    IncludesMath.should have_private_instance_method(:tan)
   end
+end
 
+ruby_version_is &quot;&quot;...&quot;1.9&quot; do
   describe &quot;Math#tan!&quot; do
     it_behaves_like :complex_math_tan_bang, :_, IncludesMath.new
 
@@ -17,11 +18,13 @@ ruby_version_is &quot;&quot;...&quot;1.9&quot; do
       IncludesMath.should have_private_instance_method(:tan!)
     end
   end
+end
 
-  describe &quot;Math.tan&quot; do
-    it_behaves_like :complex_math_tan, :_, Math
-  end
+describe &quot;Math.tan&quot; do
+  it_behaves_like :complex_math_tan, :_, Math
+end
 
+ruby_version_is &quot;&quot;...&quot;1.9&quot; do
   describe &quot;Math.tan!&quot; do
     it_behaves_like :complex_math_tan_bang, :_, Math
   end</diff>
      <filename>library/complex/math/tan_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e5073c17f9f369708fec2b99895a6671a1b0b5b3</id>
    </parent>
  </parents>
  <author>
    <name>Run Paint Run Run</name>
    <email>runrun@runpaint.org</email>
  </author>
  <url>http://github.com/rubyspec/rubyspec/commit/42f79c30d48146c35c88fdbc8befea8717e787e9</url>
  <id>42f79c30d48146c35c88fdbc8befea8717e787e9</id>
  <committed-date>2009-07-02T11:33:02-07:00</committed-date>
  <authored-date>2009-07-02T11:33:02-07:00</authored-date>
  <message>Math.tan (+ 'complex'): Share btw. 1.8 and 1.9</message>
  <tree>8411a6e3f20fbe9733b92fc2beb9930f0e4b4a7b</tree>
  <committer>
    <name>Run Paint Run Run</name>
    <email>runrun@runpaint.org</email>
  </committer>
</commit>
