Module: Shellject::CryptoFactory
- Defined in:
- lib/shellject/crypto_factory.rb
Overview
Factory method for creating crypto instances.
Class Method Summary collapse
Class Method Details
.create ⇒ Object
6 7 8 |
# File 'lib/shellject/crypto_factory.rb', line 6 def self.create GPGME::Crypto.new always_trust: true end |