mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
Use singleton instance variable instead of class variable
This commit is contained in:
@@ -89,6 +89,6 @@ module Jekyll
|
||||
end
|
||||
|
||||
def self.logger
|
||||
@@logger ||= Stevenson.new
|
||||
@logger ||= Stevenson.new
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user