class GPG::Signers

Included Modules

Defined in:

gpg/signers.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(handle : LibGPG::Context) #

[View source]

Instance Method Detail

def <<(key) #

[View source]
def clear #

[View source]
def empty? #
Description copied from module Enumerable(GPG::Key)

Returns true if self is empty, false otherwise.

([] of Int32).empty? # => true
([1]).empty?         # => false

[View source]
def next #
Description copied from module Iterator(GPG::Key)

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


[View source]
def push(key) #

[View source]
def rewind #

[View source]