module Pupper

Constants

VERSION

Public Class Methods

configure() { |config| ... } click to toggle source

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

# File lib/pupper.rb, line 21
def self.configure
  self.config ||= Config.new
  yield self.config
end