diff options
| author | mo khan <mo@mokhan.ca> | 2013-12-27 10:03:38 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-12-27 10:03:38 -0700 |
| commit | 65d46c9bbed1f0ffbaa0130b26ade395f357f6ae (patch) | |
| tree | 8a754259598d4229d53cc800d70740c8142a0726 /lib/nasty.rb | |
| parent | 5acd8652ab830756e44f4bc6b10955fea3801f76 (diff) | |
add logger everywhere.
Diffstat (limited to 'lib/nasty.rb')
| -rw-r--r-- | lib/nasty.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/nasty.rb b/lib/nasty.rb index c7816e5..35b89ea 100644 --- a/lib/nasty.rb +++ b/lib/nasty.rb @@ -3,6 +3,7 @@ require "nasty/command" require "nasty/composite_command" require "nasty/kernel" require "nasty/log" +require "nasty/object" require "nasty/lambda_behaviours" require "nasty/version" |
