# File lib/matchy/modals.rb, line 11
    def should(expectation = nil)
      Matchy::ExpectationBuilder.build_expectation(true, expectation, self)
    end