diff options
author | hut <hut@lavabit.com> | 2009-07-15 12:54:58 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-07-15 12:54:58 +0200 |
commit | 42ba2b763f001e86e2d41ddcadbb76f75a8b9e4a (patch) | |
tree | 5e53e21e55294f10616d7ddb39461b4b7c6e1ae7 /code/debug.rb | |
parent | 5620be0e001e7e46c180392f91027b8a4bad81c2 (diff) | |
download | ranger-42ba2b763f001e86e2d41ddcadbb76f75a8b9e4a.tar.gz |
little fixes
Diffstat (limited to 'code/debug.rb')
-rw-r--r-- | code/debug.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/code/debug.rb b/code/debug.rb index 16481b67..85e82307 100644 --- a/code/debug.rb +++ b/code/debug.rb @@ -2,10 +2,10 @@ require 'pp' ## This module helps to debug by: ## 1. defining log functions which write data into any kind of stream -## rather than to STDOUT, and are seperated into fatal, error and normal -## messages. +## rather than to STDOUT, and are seperated into fatal, error and normal +## messages. ## 2. by defining assertion functions which raise an AssertionError -## if the assertion is false. +## if the assertion is false. ## 3. a couple of other nice things such as trace or bm (benchmark) ## ## use this with: |