class GPG::Signers
- GPG::Signers
- Reference
- Object
Included Modules
- Iterator(GPG::Key)
Defined in:
gpg/signers.crConstructors
Instance Method Summary
- #<<(key)
- #clear
-
#empty?
Returns
true
ifself
is empty,false
otherwise. -
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements. - #push(key)
- #rewind
Constructor Detail
Instance Method Detail
def empty?
#
Description copied from module Enumerable(GPG::Key)
Returns true
if self
is empty, false
otherwise.
([] of Int32).empty? # => true
([1]).empty? # => false