Lotus::Utils
Ruby core extentions and class utilities for Lotus
Status
Contact
- Home page: http://lotusrb.org
- Mailing List: http://lotusrb.org/mailing-list
- API Doc: http://rdoc.info/gems/lotus-utils
- Bugs/Issues: https://github.com/lotus/utils/issues
- Support: http://stackoverflow.com/questions/tagged/lotus-ruby
- Chat: https://gitter.im/lotus/chat
Rubies
Lotus::Utils supports Ruby (MRI) 2+, JRuby 1.7+ (with 2.0 mode) and Rubinius 2.3.0+.
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, you must require what you need.
Please read the documentation of each module.
Versioning
Lotus::Utils uses Semantic Versioning 2.0.0
Contributing
- Fork it ( https://github.com/lotus/utils/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Copyright
Copyright © 2014-2015 Luca Guidi – Released under MIT License