<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -309,6 +309,14 @@ module Instrument
         raise e
       end
     end
+
+    ##
+    # Returns a &lt;tt&gt;String&lt;/tt&gt; representation of the Control object's state.
+    #
+    # @return [String] The Control object's state, as a &lt;tt&gt;String&lt;/tt&gt;.
+    def inspect
+      sprintf(&quot;#&lt;%s:%#0x&gt;&quot;, self.class.to_s, self.object_id)
+    end
   end
 end
 </diff>
      <filename>lib/instrument/control.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>816dca0e8940b72c919489d0db01514a2e31461d</id>
    </parent>
  </parents>
  <author>
    <name>Bob Aman</name>
    <email>bob@sporkmonger.com</email>
  </author>
  <url>http://github.com/sporkmonger/instrument/commit/5a3823959a0e1f1b7a58486d1001d01486853e88</url>
  <id>5a3823959a0e1f1b7a58486d1001d01486853e88</id>
  <committed-date>2009-06-01T08:17:53-07:00</committed-date>
  <authored-date>2009-06-01T08:17:53-07:00</authored-date>
  <message>Added inspect method.</message>
  <tree>0f1c7e9398f100ccc833265f1007438a79630aba</tree>
  <committer>
    <name>Bob Aman</name>
    <email>bob@sporkmonger.com</email>
  </committer>
</commit>
