Sha256: 6ea9913e3831f62d9c99ce853f9f5ce6978b3f911867cc0563bb463f8de3ff47
Contents?: true
Size: 1.1 KB
Versions: 6
Compression:
Stored size: 1.1 KB
Contents
Darthjee/CoreExt ======== ![core_ext](https://raw.githubusercontent.com/darthjee/core_ext/master/mech.jpg) [![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
6 entries across 6 versions & 1 rubygems