class Object
Constants
- BetterUUID
Pure ruby UUID generator, which is compatible with RFC4122
- FOO
- NUM_OPS
Public Instance Methods
time(&block)
click to toggle source
# File lib/benchmark.rb, line 11 def time(&block) (defined?(AbsoluteTime) ? AbsoluteTime : Benchmark).realtime(&block) end