lib/jace.rb in jace-0.0.2 vs lib/jace.rb in jace-0.0.3

- old
+ new

@@ -1,8 +1,9 @@ # frozen_string_literal: true # @api public # @author darthjee module Jace - autoload :VERSION, 'jace/version' - autoload :Executer, 'jace/executer' + autoload :VERSION, 'jace/version' + autoload :Executer, 'jace/executer' + autoload :Dispatcher, 'jace/dispatcher' end