lib/crunchbase/config.rb in crunchbase4-0.1.0 vs lib/crunchbase/config.rb in crunchbase4-0.1.1

- old
+ new

@@ -5,10 +5,10 @@ # Root Crunchbase module Crunchbase # Config class Config include Singleton - attr_accessor :user_key + attr_accessor :user_key, :debug end def self.config yield Config.instance if block_given?