<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,11 @@
 = Changelog
 
+
+== master
+
+* FIXED: warning: method redefined; discarding old inspect [Thanks to Kevin Baker] (closes #3)
+
+
 == Release 0.6.0
 
 *WARNING:* If you are upgrading from a previous minor release, check out the Compatibility issue list below.</diff>
      <filename>CHANGELOG.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -110,16 +110,6 @@ module Net # :nodoc:
         o
       end
       
-      # Known inspect method with nice formatting
-      def inspect
-        if @qName.size &gt; 29 then 
-          len = @qName.size + 1 
-        else
-          len = 29
-        end
-        [@qName,@qClass.to_s,@qType.to_s].pack(&quot;A#{len} A8 A8&quot;)
-      end
-      
       # Outputs binary data from a Question object
       #
       #   question.data
@@ -132,7 +122,6 @@ module Net # :nodoc:
       # Return the binary data of the objects, plus an offset
       # and an Hash with references to compressed names. For use in 
       # Net::DNS::Packet compressed packet creation.
-      #
       def comp_data
         arr = @qName.split(&quot;.&quot;)
         str = pack_name(@qName)</diff>
      <filename>lib/net/dns/question.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>049c2e140ccdeafc1416df3cbf3498cef9afe076</id>
    </parent>
  </parents>
  <author>
    <name>Simone Carletti</name>
    <email>weppos@weppos.net</email>
  </author>
  <url>http://github.com/bluemonk/net-dns/commit/f706d1df76e417df7aeaa984807592dac3b118dc</url>
  <id>f706d1df76e417df7aeaa984807592dac3b118dc</id>
  <committed-date>2009-11-08T08:04:29-08:00</committed-date>
  <authored-date>2009-11-08T08:04:29-08:00</authored-date>
  <message>Fixed warning: method redefined; discarding old inspect [Thanks to Kevin Baker] (closes #3)</message>
  <tree>89d5c6a239e2c507e0197f555e3b282a84dedff5</tree>
  <committer>
    <name>Simone Carletti</name>
    <email>weppos@weppos.net</email>
  </committer>
</commit>
