Sha256: c39881931f33e6c3040d5fe73ad2928eb76f3ad652ad9764f324625569641ed3
Contents?: true
Size: 383 Bytes
Versions: 2
Compression:
Stored size: 383 Bytes
Contents
# 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jruby_art-1.2.7 | lib/jruby_art/config.rb |
jruby_art-1.2.6 | lib/jruby_art/config.rb |