module Lapidarist
Constants
- LEVELS
- MAJOR
- MINOR
- NONE
- PATCH
- STATUS_ERROR
- STATUS_FAILED
- STATUS_SUCCESS
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/lapidarist.rb, line 37 def config @config ||= Lapidarist::Configuration.new end
logger()
click to toggle source
# File lib/lapidarist.rb, line 41 def logger @logger ||= Lapidarist::Logger.new.tap { |l| l.setup } end
threads()
click to toggle source
# File lib/lapidarist.rb, line 45 def threads @threads ||= Lapidarist::Threads.new end