<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -18,11 +18,6 @@ module Instrument
   def self.handlers
     @handlers ||= []
   end
-  
-  # Clear all handlers (use with caution)
-  def self.clear
-    handlers.clear
-  end
 
   def self.add(*raw_targets, &amp;handler)
     raw_targets.each do |raw_target|</diff>
      <filename>lib/instrument.rb</filename>
    </modified>
    <modified>
      <diff>@@ -48,7 +48,7 @@ class InstrumentFake &lt; Test::Unit::TestCase
   context &quot;Correct Behavior&quot; do
   
     setup do
-      Instrument.clear
+      Instrument.handlers.clear
     end
   
     should &quot;executes hooks&quot; do</diff>
      <filename>test/instrument_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>aed7909106423947751a08f21dce909e041b75d1</id>
    </parent>
  </parents>
  <author>
    <name>Bruce Williams</name>
    <email>bruce@codefluency.com</email>
  </author>
  <url>http://github.com/fiveruns/instrument/commit/b67e2b2badbd53663293d211a1596c4fb8d03caf</url>
  <id>b67e2b2badbd53663293d211a1596c4fb8d03caf</id>
  <committed-date>2008-05-16T15:44:16-07:00</committed-date>
  <authored-date>2008-05-16T15:44:16-07:00</authored-date>
  <message>Remove Instrument.clear since we don't support handler removal yet</message>
  <tree>45ff7e9e954c49736bf1112d96c2c19ff99d4a3f</tree>
  <committer>
    <name>Bruce Williams</name>
    <email>bruce@codefluency.com</email>
  </committer>
</commit>
