module Shellject::CryptoFactory

Factory method for creating crypto instances.

Public Class Methods

create() click to toggle source
# File lib/shellject/crypto_factory.rb, line 6
def self.create
  GPGME::Crypto.new always_trust: true
end