Module: Processing

Defined in:
lib/ruby-processing.rb,
lib/ruby-processing/app.rb,
lib/ruby-processing/runners/base.rb,
lib/ruby-processing/runners/watch.rb,
lib/ruby-processing/exporters/creator.rb,
lib/ruby-processing/exporters/base_exporter.rb,
lib/ruby-processing/exporters/applet_exporter.rb,
lib/ruby-processing/exporters/application_exporter.rb

Overview

The top-level namespace, a home for all Ruby-Processing classes.

Defined Under Namespace

Classes: App, AppletExporter, ApplicationExporter, BaseExporter, Creator, Watcher

Constant Summary collapse

VERSION =
[1,0,1]
SKETCH_PATH =
ARGV[0]

Class Method Summary collapse

Class Method Details

.versionObject

Returns the current version of Ruby-Processing.



17
18
19
# File 'lib/ruby-processing.rb', line 17

def self.version
  VERSION.join('.')
end