Skip to content

Instantly share code, notes, and snippets.

@enebo
Created December 8, 2010 20:17
Show Gist options
  • Save enebo/733837 to your computer and use it in GitHub Desktop.
Save enebo/733837 to your computer and use it in GitHub Desktop.
module Benchmark
def Benchmark::times()
puts Process.times
end
end
Benchmark.times
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment