Skip to content

SoftwareWithFriends/ranges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple time range class for Ruby.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages