Module Kernel
In: lib/facet/nack.rb
lib/facet/bug.rb
lib/facet/ref.rb
lib/facet/timer.rb

Takes a block and returns the total time it took to execute.

Methods

bug!   nack   ref   timed  

Public Instance methods

Raises a ScritBug error with a message.

  require 'facet/kernel/bug!'

  if find_bug then
    bug! "unknown bug found"
  end

[Validate]