This gem extents some of the basic Ruby classes by missing functionalities.
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.
The preferred method of installation is via RubyGems.org: https://rubygems.org/gems/thefox-ext
gem install thefox-extor via Gemfile:
gem 'thefox-ext', '~>3.0'Use it in your sources:
require 'thefox-ext'- 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
bundler exec ./bin/test.rb