Module: Propane
- Defined in:
- lib/propane/app.rb,
lib/propane/runner.rb,
lib/propane/version.rb,
lib/propane/helper_methods.rb,
lib/propane/library_loader.rb
Overview
The processing wrapper module
Defined Under Namespace
Modules: HelperMethods, NoiseModule, Proxy, Render Classes: App, LibraryLoader, Runner
Constant Summary collapse
- SKETCH_ROOT =
File.absolute_path('.')
- VERSION =
'3.9.0'
Class Attribute Summary collapse
-
.app ⇒ Object
Returns the value of attribute app.
Class Attribute Details
.app ⇒ Object
Returns the value of attribute app.
53 54 55 |
# File 'lib/propane/app.rb', line 53 def app @app end |