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

- old
+ new

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