class

GPG::KeyIterator

Inherits Iterator < Enumerable < Reference < Object

Constructors

new(handle : LibGPG::Context)
Source

Instance methods

finalize
Source
next

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

Source