module Timeful

Constants

VERSION

Public Class Methods

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

Yields the module for configuration.

@yieldparam config [Timeful] the Timeful module

@example

Timeful.configure do |config|
  config.jobs_queue = :timeful
end
# File lib/timeful.rb, line 25
def self.configure
  yield self
end