Is there an ensure contract?

Property definitions

nitc :: model_contract $ MMethod :: has_ensure
	# Is there an ensure contract?
	fun has_ensure: Bool
	do
		return self.mensure != null
	end
src/model/model_contract.nit:83,2--87,4