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