lib/picky/constants.rb in picky-4.0.0pre1 vs lib/picky/constants.rb in picky-4.0.0pre2
- old
+ new
@@ -6,6 +6,6 @@
ENV['PICKY_ENV'] ||= ENV['RACK_ENV']
PICKY_ENVIRONMENT = ENV['PICKY_ENV'] || 'development' unless defined? PICKY_ENVIRONMENT
PICKY_ROOT = Dir.pwd unless defined? PICKY_ROOT
-EMPTY_STRING = ''.freeze
+EMPTY_STRING = ''.freeze unless defined? EMPTY_STRING
\ No newline at end of file