Sha256: 965f26f0126c4e150546819023088504c419b1af4c856b2155088670bcf3ff57
Contents?: true
Size: 625 Bytes
Versions: 2
Compression:
Stored size: 625 Bytes
Contents
module Rgot require 'rgot/version' require 'rgot/common' require 'rgot/m' require 'rgot/t' require 'rgot/b' require 'rgot/example_parser' class OptionError < StandardError end class InternalTest < Struct.new(:module, :name) end class InternalBenchmark < Struct.new(:module, :name) end class InternalExample < Struct.new(:module, :name) end class ExampleOutput < Struct.new(:name, :output) end class << self if "2.0.0" < RUBY_VERSION def now Process.clock_gettime(Process::CLOCK_MONOTONIC) end else def now Time.now end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rgot-0.0.4 | lib/rgot.rb |
rgot-0.0.3 | lib/rgot.rb |