Sha256: db6d43c04ec438003296f4deb06edccf693212111029823740d6b54c44529882

Contents?: true

Size: 292 Bytes

Versions: 1

Compression:

Stored size: 292 Bytes

Contents

module Rgot
  autoload :VERSION, 'rgot/version'
  autoload :Common, 'rgot/common'
  autoload :T, 'rgot/t'
  autoload :M, 'rgot/m'

  class InternalTestType < Struct.new(:module, :name)
  end

  class << self
    def now
      Process.clock_gettime(Process::CLOCK_MONOTONIC)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rgot-0.0.1 lib/rgot.rb