lib/jruby_art/config.rb in jruby_art-0.2.2.pre vs lib/jruby_art/config.rb in jruby_art-0.2.3.pre

- old
+ new

@@ -1,8 +1,8 @@ require 'psych' - +# The Processing module is a wrapper for JRubyArt +# Author:: Martin Prout (extends / re-implements ruby-processing) module Processing - unless defined? RP_CONFIG begin CONFIG_FILE_PATH = File.expand_path('~/.jruby_art/config.yml') File.open(CONFIG_FILE_PATH, 'r') do |yaml| RP_CONFIG = Psych.load(yaml)