<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -16,6 +16,13 @@ require 'active_support'
 # If you need or want to inherit from another matcher, you can pass in a hash
 # with the first key being the name of the matcher and the value either being
 # another matcher's name or a class.
+#
+# Example:
+#   matcher :match_five =&gt; :inherits_from do
+#     def matches?(target)  #:nodoc:all
+#       target == 5
+#     end
+#   end
 def matcher(name, &amp;code)
   parent = Object
   name, parent = name.to_a.first if name.kind_of? Hash</diff>
      <filename>lib/spec_matcher_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>94b895e78d3cbad8df9bae210cfb815a2ed5e5e5</id>
    </parent>
  </parents>
  <author>
    <name>Nolan Eakins</name>
    <email>sneakin@semanticgap.com</email>
  </author>
  <url>http://github.com/sneakin/spec_matcher_helper/commit/7d8fc6f430f5a7cb50d4491a78738cef51f8a950</url>
  <id>7d8fc6f430f5a7cb50d4491a78738cef51f8a950</id>
  <committed-date>2008-06-29T20:17:47-07:00</committed-date>
  <authored-date>2008-06-29T20:17:47-07:00</authored-date>
  <message>Added a small example to the doc string.</message>
  <tree>582346537c922603e98aeeb6089207008dcacf01</tree>
  <committer>
    <name>Nolan Eakins</name>
    <email>sneakin@semanticgap.com</email>
  </committer>
</commit>
