Registry / utility / runt
library0.9.0rbrubygemsunverified

Runt is a Ruby implementation of temporal patterns by Martin Fowler, providing an API for working with recurring events using set expressions.

gem install runt
INSTALL
IMPORT
SIG · RUNT
R
runt
utilityrubyv0.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Runt
require 'runt'

Check if a date is a Monday using Runt temporal expressions

require 'runt' include Runt monday = DIWeek.new(Mon) puts monday.include?(Date.new(2023, 10, 2))
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
runt — gem install runt · libregistry