module SecretX
Constants
- VERSION
Public Class Methods
conf()
click to toggle source
# File lib/secretx.rb, line 8 def self.conf @conf ||= SecretX::Configuration.new end
config(&block)
click to toggle source
# File lib/secretx.rb, line 12 def self.config(&block) block.call(conf) end