Lotus::Utils

Ruby core extentions and class utilities for Lotus

Status

Gem Version Build Status Coverage Code Climate Dependencies Inline Docs

Contact

Rubies

Lotus::Utils supports Ruby (MRI) 2+

Installation

Add this line to your application's Gemfile:

gem 'lotus-utils'

And then execute:

$ bundle

Or install it yourself as:

$ gem install lotus-utils

Usage

Lotus::Utils is designed to enhance Ruby's code and stdlib. By default this gem doesn't load any code, require yourself what you need.

Please read the documentation of each module, in order to understand how to use each feature.

Versioning

Lotus::Utils uses Semantic Versioning 2.0.0

Contributing

  1. Fork it ( https://github.com/lotus/utils/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Copyright 2014 Luca Guidi – Released under MIT License