lib/picky.rb in picky-3.0.0.pre1 vs lib/picky.rb in picky-3.0.0.pre2
- old
+ new
@@ -1,6 +1,12 @@
module Picky
+ # This is only used in the classic project style.
+ #
+ class << self
+ attr_accessor :logger
+ end
+
# Require the constants.
#
require ::File.expand_path '../picky/constants', __FILE__
# Library bundling.
\ No newline at end of file