Clear up a Logger class lookup issue that was reported.

This commit is contained in:
Chris Eppstein 2011-06-05 15:48:11 -07:00
parent 47ad8f17aa
commit 3bb88271e7

View File

@ -4,7 +4,7 @@ module Compass
attr_writer :logger attr_writer :logger
def logger def logger
@logger ||= Logger.new @logger ||= ::Compass::Logger.new
end end
# copy/process a template in the compass template directory to the project directory. # copy/process a template in the compass template directory to the project directory.