Sha256: c356ecf973ecfe7304f53a55dcffb7451296b35a44dd54d552aa1e02009768af
Contents?: true
Size: 241 Bytes
Versions: 1
Compression:
Stored size: 241 Bytes
Contents
# frozen_string_literal: true # @api public # @author darthjee module Jace autoload :VERSION, 'jace/version' autoload :Dispatcher, 'jace/dispatcher' autoload :Executer, 'jace/executer' autoload :Registry, 'jace/registry' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jace-0.1.0 | lib/jace.rb |