File: fugit.rb

package info (click to toggle)
ruby-fugit 1.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 300 kB
  • sloc: ruby: 3,363; makefile: 40
file content (20 lines) | stat: -rw-r--r-- 270 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# frozen_string_literal: true

module Fugit

  VERSION = '1.5.2'
end

require 'time'
require 'stringio'

require 'raabro'
require 'et-orbi'

require 'fugit/misc'
require 'fugit/cron'
require 'fugit/duration'
require 'fugit/nat'
require 'fugit/at'
require 'fugit/parse'