module Confidante
Constants
- VERSION
Public Class Methods
configuration(opts = {})
click to toggle source
# File lib/confidante.rb, line 11 def self.configuration(opts = {}) Confidante::Configuration.new(opts) end