Sha256: f47bdd2b8fd8e19487c3bc77c3e157084076f1b15390c15537230f9f1c4bc6fb
Contents?: true
Size: 403 Bytes
Versions: 14
Compression:
Stored size: 403 Bytes
Contents
# encoding: utf-8 # frozen_string_literal: false require 'yaml' # The wrapper module module Processing unless defined? RP_CONFIG config_path = '~/.jruby_art/config.yml' begin CONFIG_FILE_PATH = File.expand_path(config_path) RP_CONFIG = (YAML.load_file(CONFIG_FILE_PATH)) rescue warn(format('WARN: you need to set PROCESSING_ROOT in %s', config_path)) end end end
Version data entries
14 entries across 14 versions & 1 rubygems