lib/pupper.rb in pupper-0.1.1 vs lib/pupper.rb in pupper-0.1.2

- old
+ new

@@ -11,9 +11,14 @@ module Pupper mattr_accessor :config + # Changes some of Pupper's underlying assumptions + # such as the name of the ActiveRecord model used for auditing + # and the user agent passed into Faraday/Typhoeus + # + # @yield [self.config] The Pupper::Config instance def self.configure self.config ||= Config.new yield self.config end