Method: Stellar::ClaimPredicate#not

Defined in:
lib/stellar/claim_predicate.rb

#notClaimPredicate Also known as: ~@

Constructs a not claim predicate.

This predicate will be fulfilled if self is not fulfilled.

Returns:



125
126
127
# File 'lib/stellar/claim_predicate.rb', line 125

def not
  ClaimPredicate.new(ClaimPredicateType::NOT, self)
end