module Secret

Constants

VERSION

Public Class Methods

conf() click to toggle source
# File lib/secret.rb, line 5
def self.conf
  @conf ||= Secret::Configuration.new
end
config(&block) click to toggle source
# File lib/secret.rb, line 9
def self.config(&block)
  block.call(conf)
end