Sha256: b7d03b661acd0613615f45f24d9911cd72327fc69337df0a5cdfb8069da72038
Contents?: true
Size: 1.09 KB
Versions: 1
Compression:
Stored size: 1.09 KB
Contents
Darthjee/CoreExt ======== ![core_ext](https://raw.githubusercontent.com/darthjee/core_ext/master/mech.jpg) [![Maintainability](https://api.codeclimate.com/v1/badges/23f472dcc717ed285737/maintainability)](https://codeclimate.com/github/darthjee/core_ext/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/23f472dcc717ed285737/test_coverage)](https://codeclimate.com/github/darthjee/core_ext/test_coverage) Yard Documentation ------------------- https://www.rubydoc.info/gems/darthjee-core_ext/1.7.3 # Usage This project adds some new methods to the core ruby classes To use core-ext either intall directly ```shell gem install darthjee-core_ext ``` or add it to Gemfile ```shell gem 'darthjee-core_ext' ``` ```shell 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.7.4 | README.md |