Module: PGP
- Defined in:
- lib/pgp.rb,
lib/pgp/cli.rb,
lib/pgp/log.rb,
lib/pgp/signer.rb,
lib/pgp/version.rb,
lib/pgp/verifier.rb,
lib/pgp/decryptor.rb,
lib/pgp/encryptor.rb,
lib/pgp/cli/runner.rb,
lib/pgp/keys_importer.rb,
lib/pgp/ruby_decryptor.rb
Defined Under Namespace
Modules: KeysImporter, LogCapable Classes: CLI, Decryptor, Encryptor, Log, RubyDecryptor, Signer, Verifier
Constant Summary collapse
- VERSION =
'0.0.1'
Class Method Summary collapse
-
.time_now ⇒ Object
This exists for stubbing during tests.
Class Method Details
.time_now ⇒ Object
This exists for stubbing during tests
17 18 19 |
# File 'lib/pgp.rb', line 17 def self.time_now Time.now end |