diff --git a/bin/kook b/bin/kook index 8ef2c0d..e96057d 100755 --- a/bin/kook +++ b/bin/kook @@ -6,13 +6,9 @@ require 'singleton' require 'pathname' require 'colorize' -require 'pp' DATA_DIR = (Pathname.new(__FILE__).dirname + '..').realpath.to_s -# FIXME: should not require including the 'lib' dir. -#$:.insert 0, File.join(DATA_DIR, 'lib') - require 'thor' require 'kook'