Sha256: 14735ede6347d59dcf5ed6a6dfebd1d29bce8dada0903033f1a38d01c66aef4b
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
Core_Ext ======== [![Code Climate](https://codeclimate.com/github/darthjee/core_ext/badges/gpa.svg)](https://codeclimate.com/github/darthjee/core_ext) [![Test Coverage](https://codeclimate.com/github/darthjee/core_ext/badges/coverage.svg)](https://codeclimate.com/github/darthjee/core_ext/coverage) [![Issue Count](https://codeclimate.com/github/darthjee/core_ext/badges/issue_count.svg)](https://codeclimate.com/github/darthjee/core_ext) # Usage This project adds some new methods to the core ruby classes To use core-ext either intall directly ```console gem install darthjee-core_ext ``` or add it to Gemfile ``` gem 'darthjee-core_ext' ``` ```console bundle install darthjee-core_ext ``` # methods added ## Symbol [SYMBOL_README.md](SYMBOL_README.md) ## Array [ARRAY_README.md](ARRAY_README.md) ## Hash [HASH_README.md](HASH_README.md) ## Enumerable [ENUMERABLE_README.md](ENUMERABLE_README.md) ## Date [DATE_README.md](DATE_README.md) ## Object [OBJECT_README.md](OBJECT_README.md) ## Math [MATH_README.md](MATH_README.md)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
darthjee-core_ext-1.5.4 | README.md |