Module: Processing

Defined in:
lib/processing.rb

Defined Under Namespace

Classes: Runner

Constant Summary collapse

VERSION =
"0.1.0"
CORE_DIR =
File.expand_path(File.dirname(__FILE__) + "/../core")
TEMPLATE_DIR =
File.expand_path(File.dirname(__FILE__) + "/../template")
TMP_DIR =
"/tmp/ruby-processing"