Project

binxtils

0.0
No release in over 3 years
Bike Index utility modules
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Project Readme

Binxtils

Bike Index utility modules. Install it by adding the following line to your Gemfile

gem "binxtils"

Modules

  • Binxtils::InputNormalizer - Sanitize and normalize user input strings
  • Binxtils::TimeParser - Parse fuzzy time/date strings into Time objects
  • Binxtils::TimeZoneParser - Parse and resolve time zone strings

Usage

All modules use Functionable and are called as class methods:

Binxtils::TimeParser.parse("next thursday")
Binxtils::InputNormalizer.string("  Some Input  ")
Binxtils::TimeZoneParser.parse("Eastern Time")