Project

chozo

0.02
No commit activity in last 3 years
No release in over 3 years
A collection of supporting libraries and Ruby core extensions
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 2.0.2
>= 1.3.0
 Project Readme

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