module Schked

Constants

VERSION

Public Instance Methods

config() click to toggle source
# File lib/schked.rb, line 11
def config
  @config ||= Config.new
end
worker() click to toggle source
# File lib/schked.rb, line 15
def worker
  @worker ||= Worker.new(config: config)
end