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, Proxy Classes: App, LibraryLoader, Runner
Constant Summary collapse
- SKETCH_ROOT =
File.absolute_path('.')
- VERSION =
'4.0.0'
Class Attribute Summary collapse
-
.app ⇒ Object
Returns the value of attribute app.
Class Attribute Details
.app ⇒ Object
Returns the value of attribute app.
51 52 53 |
# File 'lib/propane/app.rb', line 51 def app @app end |