Sha256: bb645e6d1f646b789b9dfeae9b6c4b2c9f5800abeea9de76094be8e25dc36635
Contents?: true
Size: 438 Bytes
Versions: 1
Compression:
Stored size: 438 Bytes
Contents
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 ## Array [ARRAY_README.md](ARRAY_README.md) ## Hash [HASH_README.md](HASH_README.md) ## Enumerable [ENUMERABLE_README.md](ENUMERABLE_README.md)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
darthjee-core_ext-1.3.0 | README.md |