GPG::Signers
Inherits Iterator < Enumerable < Reference < Object
Constructors
new(handle : LibGPG::Context)
SourceInstance methods
<<(key)
Sourceclear
Sourceempty?
Returns true if self does not contain any element.
([] of Int32).empty? # => true
([1]).empty? # => false
[nil, false].empty? # => false
#present?returns the inverse.
next
Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there
are no more elements.
push(key)
Sourcerewind
Source