Sha256: c8523500b7650aaccf1ea632c8d3022a85ee176ea2ba486ad82521491ef1c44a

Contents?: true

Size: 117 Bytes

Versions: 3

Compression:

Stored size: 117 Bytes

Contents

class Time

  #
  def past?
    self < ::Time.current
  end

  #
  def future?
    self < ::Time.current
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
facets-2.8.4 lib/core/facets/time/future.rb
facets-2.8.3 lib/core/facets/time/future.rb
facets-2.8.2 lib/core/facets/time/future.rb