diff options
author | hut <hut@lavabit.com> | 2009-06-13 05:10:42 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-06-13 05:10:42 +0200 |
commit | 15b76d0dd865100dea6c8a00193e7cfca773f007 (patch) | |
tree | e4036e5a04cce31c6777526e9416f6f08e6ae089 /code/color.rb | |
parent | 236fef23c8269a776c18378f66c1fd2d7d818eee (diff) | |
download | ranger-15b76d0dd865100dea6c8a00193e7cfca773f007.tar.gz |
cleanup
Diffstat (limited to 'code/color.rb')
-rw-r--r-- | code/color.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/color.rb b/code/color.rb index 3968207d..74dc3e73 100644 --- a/code/color.rb +++ b/code/color.rb @@ -2,7 +2,7 @@ require 'ncurses' require 'code/debug' module Color - extend Color + extend self COLORSCHEMEDIR = File.join(MYDIR, 'data', 'colorscheme') def load_colorscheme(name) |