Sha256: d8093139b1958708fd7c6f90f187d209f7d48acf75e0a3ca5b3920ba801bb651

Contents?: true

Size: 260 Bytes

Versions: 5

Compression:

Stored size: 260 Bytes

Contents

[Numeric,Range].each do |klass|
  Temporal::Mathematics.units( klass )
  Temporal::Mathematics.operators( klass )
end

[Time].each do |klass|
  Temporal::Mathematics.operators( klass )
end

[Range].each do |klass|
  Temporal::Mathematics.negation( klass )
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
temporal-0.4.4 lib/temporal/helpers.rb
temporal-0.4.3 lib/temporal/helpers.rb
temporal-0.4.2 lib/temporal/helpers.rb
temporal-0.4.1 lib/temporal/helpers.rb
temporal-0.4.0 lib/temporal/helpers.rb