Sha256: 565c5d986f2858d43f73ad49117404963a14c46b0703d2e495dcc259567ea719
Contents?: true
Size: 1.19 KB
Versions: 1
Compression:
Stored size: 1.19 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) Yard Documentation ------------------- https://www.rubydoc.info/gems/darthjee-core_ext/1.7.2 # 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.7.2 | README.md |