README.rdoc in negative-method-1.1.0 vs README.rdoc in negative-method-1.2.1
- old
+ new
@@ -1,7 +1,15 @@
= negative-method
-Description goes here.
+Negative methods automatically add negative method check for your module.
+If you have object.is_valid? then the following methods will be available.
+
+object.not_is_valid?
+object.is_not_valid?
+object.is_valid_not?
+
+if one of the methods has been manually defined. that method will take precedent.
+
== Contributing to negative-method
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it