Skip to content

TheFox/ext.rb

Repository files navigation

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

About

Extended and useful helper classes for Ruby.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors