Sha256: f2c0004a3eba3fe5f9810bfda4d069ec56ec8ec2c11dca00a68dbd5f6466e546
Contents?: true
Size: 251 Bytes
Versions: 2
Compression:
Stored size: 251 Bytes
Contents
# Entrypoint for the Construi application module Construi require 'construi/config' require 'construi/runner' String.disable_colorization = false def self.run(targets) Runner.new(Config.load_file('construi.yml')).run(targets) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
construi-0.41.0 | lib/construi.rb |
construi-0.40.0 | lib/construi.rb |