module PGP

Constants

VERSION

Public Class Methods

time_now() click to toggle source

This exists for stubbing during tests

# File lib/pgp.rb, line 16
def self.time_now
  Time.now
end