Module: Knowledge::Adapters

Defined in:
lib/knowledge/adapters.rb,
lib/knowledge/adapters/base.rb,
lib/knowledge/adapters/file.rb,
lib/knowledge/adapters/key_value.rb,
lib/knowledge/adapters/environment.rb

Overview

Description

This is the namespace used to put the lib’s adapters. You can find the adapters by looking to the inclusions below or to the adapters folder.

Defined Under Namespace

Classes: Base, Environment, File, KeyValue