# File lib/matchy/modals.rb, line 25
    def should_not(expectation = nil)
      Matchy::ExpectationBuilder.build_expectation(false, expectation, self)
    end