Class: Default

Inherits:
Object
  • Object
show all
Defined in:
lib/jruby_art/default_config.rb

Overview

default configuration

Class Method Summary collapse

Class Method Details

.configObject



3
4
5
6
7
8
9
10
11
12
# File 'lib/jruby_art/default_config.rb', line 3

def self.config
  {
    'processing_ide' => false,
    'library_path' => File.join(ENV['HOME'], '.jruby_art', 'libraries'),
    'MAX_WATCH' => 32,
    'JRUBY' => true,
    'template' => 'bare',
    'java_args' => nil
  }
end