class

GPG::Signers

Inherits Iterator < Enumerable < Reference < Object

Constructors

new(handle : LibGPG::Context)
Source

Instance methods

<<(key)
Source
clear
Source
empty?

Returns true if self does not contain any element.

([] of Int32).empty? # => true
([1]).empty?         # => false
[nil, false].empty?  # => false
  • #present? returns the inverse.
Source
next

Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there are no more elements.

Source
push(key)
Source
rewind
Source