Sha256: 7193722ec5d949413f6d7fa04d46756b520635288612de5dca102773a8a0ed33
Contents?: true
Size: 353 Bytes
Versions: 11
Compression:
Stored size: 353 Bytes
Contents
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
11 entries across 11 versions & 1 rubygems