<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,6 @@
+2008-11-14
+  * Added Object#not
+
 2008-10-30
   * Added Object#try
   * Added meta extensions from Why</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,6 @@ lib/obsidian/spec.rb
 lib/obsidian.rb
 LICENSE
 Manifest
-Manifest.txt
 obsidian.gemspec
 Rakefile
 README.rdoc</diff>
      <filename>Manifest</filename>
    </modified>
    <modified>
      <diff>@@ -14,6 +14,17 @@ yak hair, the occasionally-occurring product of simplifying various tasks.
 
 == FEATURES
 
+=== #not
+Tired of reading a negated conditional statement only to have to &lt;i&gt;reread&lt;/i&gt; it in order to grok its
+intention?  
+
+  !password.blank? || !password_confirmation.blank?
+
+It's not rocket surgery by any stretch, but it's still unnecessary effort for the reader.  Instead, use
+&lt;b&gt;##not&lt;/b&gt; to write more readable and expressive code:
+
+  password.not.blank? || password_confirmation.not.blank?
+
 === Model Update Tracker
 This library allows you to functionally test updates to models with clearer and more focused intent.
 It forces you to have a better understanding of how your objects interact and lets you demonstrate </diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e8dce5ffcce8f4e52570a2c2392550e60369b499</id>
    </parent>
  </parents>
  <author>
    <name>Jason Rudolph</name>
    <email>github@jasonrudolph.com</email>
  </author>
  <url>http://github.com/relevance/obsidian/commit/b426a7f05adabe9e6c4b16e261b2a9cf768a7608</url>
  <id>b426a7f05adabe9e6c4b16e261b2a9cf768a7608</id>
  <committed-date>2008-11-14T08:27:47-08:00</committed-date>
  <authored-date>2008-11-14T08:27:47-08:00</authored-date>
  <message>Add documentation for #not</message>
  <tree>a39812f333a483fb23adc69c25baf49ffe685d6b</tree>
  <committer>
    <name>Jason Rudolph</name>
    <email>github@jasonrudolph.com</email>
  </committer>
</commit>
