class GPG::Signers
- GPG::Signers
- Reference
- Object
Included Modules
- Iterator(GPG::Key)
Defined in:
gpg/signers.crConstructors
Instance Method Summary
- #<<(key)
- #clear
- 
        #empty?
        
          Returns trueifselfis empty,falseotherwise.
- 
        #next
        
          Returns the next element in this iterator, or Iterator::Stop::INSTANCEif 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