lib/rake_helpers/config.rb in moneypools-rake_helpers-0.0.3 vs lib/rake_helpers/config.rb in moneypools-rake_helpers-0.0.4
- old
+ new
@@ -1,4 +1,6 @@
+require 'singleton'
+
module MP
class Config
include Singleton
class OptionNotGivenError < RuntimeError; end
\ No newline at end of file