module Paraduct

Constants

VERSION

Public Class Methods

config()
Alias for: configuration
configuration() click to toggle source
# File lib/paraduct.rb, line 19
def configuration
  Paraduct::Configuration.instance
end
Also aliased as: config
logger() click to toggle source
# File lib/paraduct.rb, line 24
def logger
  @logger ||= ActiveSupport::Logger.new(STDOUT)
end