Project

thefox-ext

0.0
No commit activity in last 3 years
No release in over 3 years
This gem extents some of the basic Ruby classes by missing functionalities.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 5.8
~> 0.8
~> 0.14
~> 0.18
 Project Readme

Extended Ruby Classes

This gem extents some of the basic Ruby classes by missing functionalities.

Project Outlines

The project outlines as described in my blog post about Open Source Software Collaboration.

  • The main purpose of this collection is to provide common single functions or classes, which are too small for a separate project.
  • This list is open. Feel free to request features.

Install

The preferred method of installation is via RubyGems.org: https://rubygems.org/gems/thefox-ext

gem install thefox-ext

or via Gemfile:

gem 'thefox-ext', '~>3.0'

Use it in your sources:

require 'thefox-ext'

Features

  • String Manipulation
    • Title Case
    • UTF-8 Encoding
    • Intenger 32-bit Array
  • Console Support
  • Date
    • today?
    • Get week array for a specific date.
  • Hash
    • Recursive Merge
  • Range String Resolver

Project Links

Dev

bundler exec ./bin/test.rb