darthjee/jace

View on GitHub
lib/jace.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

# @api public
# @author darthjee
module Jace
  autoload :VERSION,    'jace/version'
  autoload :Dispatcher, 'jace/dispatcher'
  autoload :Executer,   'jace/executer'
  autoload :Handler,    'jace/handler'
  autoload :Registry,   'jace/registry'
end