Sha256: 9ff22588513bcea64967b04dfe581864ec065f63114b76b600b845ade3d802d4

Contents?: true

Size: 228 Bytes

Versions: 6

Compression:

Stored size: 228 Bytes

Contents

class Time {
  """
  Time class. Used for even more timely stuff.
  """

  forwards_unary_ruby_methods

  metaclass ruby_alias: 'now
  ruby_aliases: [ '==, '-, '+, '<, '>, '<=, '>= ]

  def != other {
    self == other not
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fancy-0.10.0 lib/rbx/time.fy
fancy-0.9.0 lib/rbx/time.fy
fancy-0.8.0 lib/rbx/time.fy
fancy-0.7.0 lib/rbx/time.fy
fancy-0.6.0 lib/rbx/time.fy
fancy-0.5.0 lib/rbx/time.fy