No commit activity in last 3 years
No release in over 3 years
Extension of basic classes with usefull methods
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.17.3
~> 0.2.4
>= 12.3.1
>= 3.8
= 0.58.1
>= 4.0.2
~> 0.16.x
>= 0.9.18
>= 0.9.9

Runtime

 Project Readme

Darthjee/CoreExt

Code Climate Test Coverage Issue Count Gem Version

core_ext

Yard Documentation

https://www.rubydoc.info/gems/darthjee-core_ext/2.0.0

Usage

This project adds some new methods to the core ruby classes

To use core-ext either intall directly

gem install darthjee-core_ext

or add it to Gemfile

gem 'darthjee-core_ext'
bundle install darthjee-core_ext

methods added

Symbol

SYMBOL_README.md

Array

ARRAY_README.md

Hash

HASH_README.md

Enumerable

ENUMERABLE_README.md

Date

DATE_README.md

Object

OBJECT_README.md

Math

MATH_README.md

Class

CLASS_README.md