about summary refs log tree commit diff stats
path: root/code/color.rb
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-06-13 05:10:42 +0200
committerhut <hut@lavabit.com>2009-06-13 05:10:42 +0200
commit15b76d0dd865100dea6c8a00193e7cfca773f007 (patch)
treee4036e5a04cce31c6777526e9416f6f08e6ae089 /code/color.rb
parent236fef23c8269a776c18378f66c1fd2d7d818eee (diff)
downloadranger-15b76d0dd865100dea6c8a00193e7cfca773f007.tar.gz
cleanup
Diffstat (limited to 'code/color.rb')
-rw-r--r--code/color.rb2
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)