<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>fixtures/kernel/classes.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -76,59 +76,6 @@ module KernelSpecs
     end
   end
 
-  module MethodMissing
-    def self.method_missing(*args) :method_missing end
-    def self.existing() :existing end
-
-    def self.private_method() :private_method end
-    private_class_method :private_method
-  end
-
-  class MethodMissingC
-    def self.method_missing(*args) :method_missing end
-    def method_missing(*args) :instance_method_missing end
-
-    def self.existing() :existing end
-    def existing() :instance_existing end
-
-    def self.private_method() :private_method end
-    def self.protected_method() :protected_method end
-    class &lt;&lt; self
-      private :private_method
-      protected :protected_method
-    end
-
-    def private_method() :private_instance_method end
-    private :private_method
-
-    def protected_method() :protected_instance_method end
-    protected :protected_method
-  end
-
-  module NoMethodMissing
-    def self.existing() :existing end
-
-    def self.private_method() :private_method end
-    private_class_method :private_method
-  end
-
-  class NoMethodMissingC
-    def self.existing() :existing end
-    def existing() :instance_existing end
-
-    def self.private_method() :private_method end
-    def self.protected_method() :protected_method end
-    class &lt;&lt; self
-      private :private_method
-      protected :protected_method
-    end
-
-    def private_method() :private_instance_method end
-    private :private_method
-
-    def protected_method() :protected_instance_method end
-    protected :protected_method
-  end
 
   module BlockGiven
     def self.accept_block</diff>
      <filename>core/kernel/fixtures/classes.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c3614e59625895bba9fa39f93c99c7694aa55060</id>
    </parent>
  </parents>
  <author>
    <name>Run Paint Run Run</name>
    <email>runrun@runpaint.org</email>
  </author>
  <url>http://github.com/rubyspec/rubyspec/commit/04c0fc837fdc1a2364cbdb3ba5509d28259e4234</url>
  <id>04c0fc837fdc1a2364cbdb3ba5509d28259e4234</id>
  <committed-date>2009-06-12T12:29:48-07:00</committed-date>
  <authored-date>2009-06-12T12:29:48-07:00</authored-date>
  <message> #method_missing: Move shared fixture code to fixtures/kernel</message>
  <tree>088dfa579121836f19b647673b9ea75e3d5a6c04</tree>
  <committer>
    <name>Run Paint Run Run</name>
    <email>runrun@runpaint.org</email>
  </committer>
</commit>
