Module: Confidante

Defined in:
lib/confidante.rb,
lib/confidante/version.rb,
lib/confidante/converters.rb,
lib/confidante/configuration.rb,
lib/confidante/converters/evaluating_converter.rb

Defined Under Namespace

Modules: Converters Classes: Configuration

Constant Summary collapse

VERSION =
'0.29.0.pre.6'

Class Method Summary collapse

Class Method Details

.configuration(opts = {}) ⇒ Object



14
15
16
# File 'lib/confidante.rb', line 14

def self.configuration(opts = {})
  Confidante::Configuration.new(opts)
end