module RubyGPG2
Constants
- VERSION
Attributes
configuration[W]
Public Class Methods
configuration()
click to toggle source
# File lib/ruby_gpg2.rb, line 14 def configuration @configuration ||= Configuration.new end
configure() { |configuration| ... }
click to toggle source
# File lib/ruby_gpg2.rb, line 18 def configure yield(configuration) end
included(other)
click to toggle source
# File lib/ruby_gpg2.rb, line 63 def self.included(other) other.extend(ClassMethods) end
reset!()
click to toggle source
# File lib/ruby_gpg2.rb, line 22 def reset! @configuration = nil end