Class Configatron::Store
In: lib/configatron/store.rb
Parent: BasicObject

Methods

[]   __cow   __cow_clone   clone   configure_from_hash   fetch   inspect   key?   method_missing   new   nil?   store   to_ary   to_h   to_s  

Public Class methods

Public Instance methods

So that we keep backward-compatibility in case people are using nil? to check configatron settings:

So that puts works (it expects the object to respond to to_ary)

[Validate]