Method: Stellar::ClaimPredicate#not
- Defined in:
- lib/stellar/claim_predicate.rb
#not ⇒ ClaimPredicate Also known as: ~@
Constructs a not claim predicate.
This predicate will be fulfilled if self is not fulfilled.
125 126 127 |
# File 'lib/stellar/claim_predicate.rb', line 125 def not ClaimPredicate.new(ClaimPredicateType::NOT, self) end |