Sha256: 0a3bb658fe0893f63eff9848ea588453bc3d0599b24201b289d31daa8a8a17ba
Contents?: true
Size: 296 Bytes
Versions: 9
Compression:
Stored size: 296 Bytes
Contents
# script.rb require 'empezar' Runner.run # Maps config/main.yaml to Configuration as SymbolMatrix # Gets ready Log as a logger in log/main.log Log.info "This will be logged and written in the shell" Configuration.each do |key, value| Log.debug "#{key}: #{value}" end
Version data entries
9 entries across 9 versions & 1 rubygems