lib/ae/subjunctive.rb in ae-1.2.3 vs lib/ae/subjunctive.rb in ae-1.3.0

- old
+ new

@@ -10,16 +10,9 @@ # # THIS IS AN OPTIONAL LIBRARY. # module Subjunctive - # - #def not(&block) - # @negated = !@negated - # return self if !block_given? - # be(*args, &block) - #end - # Like #assert, except if an argument if provided and no block, # uses #equate? to compare the argument to the receiver. This # allows for statements of the form: # # 5.should.be Numeric