Just a simple class I wrote for time ranges. Allows asking questions like: range_1.overlaps_with?(range_2) range_1.disjoint_to?(range_2) range_1.wraps?(range_2) range_1.within?(range_2) check out the tests for more information.
Project
ranges
Ranges is a gem which supplies a time/date range class and other functionality based around these ranges.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Development
Dependencies
Project Readme