Chozo

Build Status Dependency Status Code Climate

A collection of supporting libraries and Ruby core extensions

Installation

$ gem install chozo

Usage

Include all of Chozo into your application

require 'chozo'

Or maybe just a piece?

require 'chozo/config'

JSON Config

require 'chozo/config'

module MyApp
  class Config
    include Chozo::Config::JSON
  end
end

Authors and Contributors